Html Css Color HEX #C9D2EA Periwinkle

📋 copy color: '#C9D2EA'

red 201 ◦ green 210 ◦ blue 234

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

Shades of Periwinkle #C9D2EA

Tints of Periwinkle #C9D2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.56%

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

R = 31.16%
G = 32.56%
B = 36.28%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9D2EA (or 0xC9D2EA) is known color: Periwinkle. HEX triplet: C9, D2 and EA. RGB value is (201,210,234). Sum of RGB (Red+Green+Blue) = 201+210+234=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9D2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D2EA is #362D15. Grayscale: #D1D1D1. Windows color (decimal): -3550486 or 15389385. OLE color: 15389385.

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

Color convert

RGB 201 210 234 -
CMYK 0.14 0.10 0 0.08
HSL 223.64º 0.44% 0.85% -
HSV(B) 223.64º 0.14% 0.92% -
XYZ 61.99 64.45 87.02 -
YUV 210.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 201 210 234 0.14 0.10 0 0.08 223.64 0.44 0.85
Hex C9 D2 EA E A 0 8 E0 2C 55
Octal 311 322 352 16 12 0 10 340 54 125
Binary 11001001 11010010 11101010 1110 1010 0 1000 11100000 101100 1010101

Color Harmonies of #C9D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D2EA

Black with #C9D2EA

Text Example


Text Example

White with #C9D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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