Html Css Color HEX #C9CFEA Periwinkle

📋 copy color: '#C9CFEA'

red 201 ◦ green 207 ◦ blue 234

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

Shades of Periwinkle #C9CFEA

Tints of Periwinkle #C9CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.24%

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

R = 31.31%
G = 32.24%
B = 36.45%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9CFEA (or 0xC9CFEA) is known color: Periwinkle. HEX triplet: C9, CF and EA. RGB value is (201,207,234). Sum of RGB (Red+Green+Blue) = 201+207+234=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFEA is #363015. Grayscale: #D0D0D0. Windows color (decimal): -3551254 or 15388617. OLE color: 15388617.

HSL color Cylindrical-coordinate representation of color #C9CFEA: hue angle of 229.09º 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 #C9CFEA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 207 234 -
CMYK 0.14 0.12 0 0.08
HSL 229.09º 0.44% 0.85% -
HSV(B) 229.09º 0.14% 0.92% -
XYZ 61.25 62.98 86.77 -
YUV 208.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 201 207 234 0.14 0.12 0 0.08 229.09 0.44 0.85
Hex C9 CF EA E C 0 8 E5 2C 55
Octal 311 317 352 16 14 0 10 345 54 125
Binary 11001001 11001111 11101010 1110 1100 0 1000 11100101 101100 1010101

Color Harmonies of #C9CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFEA

Black with #C9CFEA

Text Example


Text Example

White with #C9CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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