Html Css Color HEX #C9D3EA Periwinkle

📋 copy color: '#C9D3EA'

red 201 ◦ green 211 ◦ blue 234

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

Shades of Periwinkle #C9D3EA

Tints of Periwinkle #C9D3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.66%

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

R = 31.11%
G = 32.66%
B = 36.22%

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

#C9D3EA (or 0xC9D3EA) is known color: Periwinkle. HEX triplet: C9, D3 and EA. RGB value is (201,211,234). Sum of RGB (Red+Green+Blue) = 201+211+234=646 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.11% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D3EA is #362C15. Grayscale: #D2D2D2. Windows color (decimal): -3550230 or 15389641. OLE color: 15389641.

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

Color convert

RGB 201 211 234 -
CMYK 0.14 0.10 0 0.08
HSL 221.82º 0.44% 0.85% -
HSV(B) 221.82º 0.14% 0.92% -
XYZ 62.23 64.95 87.1 -
YUV 210.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 201 211 234 0.14 0.10 0 0.08 221.82 0.44 0.85
Hex C9 D3 EA E A 0 8 DE 2C 55
Octal 311 323 352 16 12 0 10 336 54 125
Binary 11001001 11010011 11101010 1110 1010 0 1000 11011110 101100 1010101

Color Harmonies of #C9D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D3EA

Black with #C9D3EA

Text Example


Text Example

White with #C9D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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