Html Css Color HEX #C9D0EA Periwinkle

📋 copy color: '#C9D0EA'

red 201 ◦ green 208 ◦ blue 234

#C9D0EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #C9D0EA

Tints of Periwinkle #C9D0EA

RGB

 RED value IS 201 (78.91% from 255) = 31.26%

 GREEN value IS 208 (81.64% from 255) = 32.35%

 BLUE value IS 234 (91.8% from 255) = 36.39%

R = 31.26%
G = 32.35%
B = 36.39%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9D0EA (or 0xC9D0EA) is known color: Periwinkle. HEX triplet: C9, D0 and EA. RGB value is (201,208,234). Sum of RGB (Red+Green+Blue) = 201+208+234=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D0EA is #362F15. Grayscale: #D0D0D0. Windows color (decimal): -3550998 or 15388873. OLE color: 15388873.

HSL color Cylindrical-coordinate representation of color #C9D0EA: hue angle of 227.27º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9D0EA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 208 234 -
CMYK 0.14 0.11 0 0.08
HSL 227.27º 0.44% 0.85% -
HSV(B) 227.27º 0.14% 0.92% -
XYZ 61.49 63.47 86.85 -
YUV 208.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 201 208 234 0.14 0.11 0 0.08 227.27 0.44 0.85
Hex C9 D0 EA E B 0 8 E3 2C 55
Octal 311 320 352 16 13 0 10 343 54 125
Binary 11001001 11010000 11101010 1110 1011 0 1000 11100011 101100 1010101

Color Harmonies of #C9D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D0EA

Black with #C9D0EA

Text Example


Text Example

White with #C9D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D0EA; }

 p { color: rgb(201,208,234); }

 H1.HeaderClassName
 {
   color: #C9D0EA;
 }
 .AnyTagClassName
 {
   color: #C9D0EA;
 }
</style>

background-color css

<style>
 a { background-color: #C9D0EA; }

 a { background-color: rgb(201,208,234); }

 div.DivClassName
 {
   background-color: #C9D0EA;
 }
 .BgClassName
 {
   background-color: #C9D0EA;
 }
</style>

border-color css

<style>
 span { border-color: #C9D0EA; }

 span { border-color: rgb(201,208,234); }

 td.TdClassName
 {
   border-color: #C9D0EA;
 }
 .TagClassName
 {
   border-color: #C9D0EA;
 }
</style>