Html Css Color HEX #C9CCDD Periwinkle

📋 copy color: '#C9CCDD'

red 201 ◦ green 204 ◦ blue 221

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

Shades of Periwinkle #C9CCDD

Tints of Periwinkle #C9CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.3%

R = 32.11%
G = 32.59%
B = 35.3%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9CCDD (or 0xC9CCDD) is known color: Periwinkle. HEX triplet: C9, CC and DD. RGB value is (201,204,221). Sum of RGB (Red+Green+Blue) = 201+204+221=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCDD is #363322. Grayscale: #CCCCCC. Windows color (decimal): -3552035 or 14535881. OLE color: 14535881.

HSL color Cylindrical-coordinate representation of color #C9CCDD: hue angle of 231º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CCDD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 204 221 -
CMYK 0.09 0.08 0 0.13
HSL 231º 0.23% 0.83% -
HSV(B) 231º 0.09% 0.87% -
XYZ 58.73 60.82 77.05 -
YUV 205.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 201 204 221 0.09 0.08 0 0.13 231 0.23 0.83
Hex C9 CC DD 9 8 0 D E7 17 53
Octal 311 314 335 11 10 0 15 347 27 123
Binary 11001001 11001100 11011101 1001 1000 0 1101 11100111 10111 1010011

Color Harmonies of #C9CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCDD

Black with #C9CCDD

Text Example


Text Example

White with #C9CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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