Html Css Color HEX #C9CCEA Periwinkle

📋 copy color: '#C9CCEA'

red 201 ◦ green 204 ◦ blue 234

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

Shades of Periwinkle #C9CCEA

Tints of Periwinkle #C9CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.92%

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

R = 31.46%
G = 31.92%
B = 36.62%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9CCEA (or 0xC9CCEA) is known color: Periwinkle. HEX triplet: C9, CC and EA. RGB value is (201,204,234). Sum of RGB (Red+Green+Blue) = 201+204+234=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CCEA is #363315. Grayscale: #CECECE. Windows color (decimal): -3552022 or 15387849. OLE color: 15387849.

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

Color convert

RGB 201 204 234 -
CMYK 0.14 0.13 0 0.08
HSL 234.55º 0.44% 0.85% -
HSV(B) 234.55º 0.14% 0.92% -
XYZ 60.53 61.54 86.53 -
YUV 206.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 201 204 234 0.14 0.13 0 0.08 234.55 0.44 0.85
Hex C9 CC EA E D 0 8 EB 2C 55
Octal 311 314 352 16 15 0 10 353 54 125
Binary 11001001 11001100 11101010 1110 1101 0 1000 11101011 101100 1010101

Color Harmonies of #C9CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCEA

Black with #C9CCEA

Text Example


Text Example

White with #C9CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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