Html Css Color HEX #C9D1EB Periwinkle

📋 copy color: '#C9D1EB'

red 201 ◦ green 209 ◦ blue 235

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

Shades of Periwinkle #C9D1EB

Tints of Periwinkle #C9D1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.4%

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 31.16%
G = 32.4%
B = 36.43%

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

#C9D1EB (or 0xC9D1EB) is known color: Periwinkle. HEX triplet: C9, D1 and EB. RGB value is (201,209,235). Sum of RGB (Red+Green+Blue) = 201+209+235=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9D1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D1EB is #362E14. Grayscale: #D1D1D1. Windows color (decimal): -3550741 or 15454665. OLE color: 15454665.

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

Color convert

RGB 201 209 235 -
CMYK 0.14 0.11 0 0.08
HSL 225.88º 0.46% 0.85% -
HSV(B) 225.88º 0.14% 0.92% -
XYZ 61.88 64.02 87.69 -
YUV 209.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 201 209 235 0.14 0.11 0 0.08 225.88 0.46 0.85
Hex C9 D1 EB E B 0 8 E2 2E 55
Octal 311 321 353 16 13 0 10 342 56 125
Binary 11001001 11010001 11101011 1110 1011 0 1000 11100010 101110 1010101

Color Harmonies of #C9D1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D1EB

Black with #C9D1EB

Text Example


Text Example

White with #C9D1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D1EB; }

 p { color: rgb(201,209,235); }

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

background-color css

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

 a { background-color: rgb(201,209,235); }

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

border-color css

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

 span { border-color: rgb(201,209,235); }

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