Html Css Color HEX #C9CEDF Periwinkle

📋 copy color: '#C9CEDF'

red 201 ◦ green 206 ◦ blue 223

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

Shades of Periwinkle #C9CEDF

Tints of Periwinkle #C9CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.7%

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 31.9%
G = 32.7%
B = 35.4%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9CEDF (or 0xC9CEDF) is known color: Periwinkle. HEX triplet: C9, CE and DF. RGB value is (201,206,223). Sum of RGB (Red+Green+Blue) = 201+206+223=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEDF is #363120. Grayscale: #CECECE. Windows color (decimal): -3551521 or 14667465. OLE color: 14667465.

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

Color convert

RGB 201 206 223 -
CMYK 0.10 0.08 0 0.13
HSL 226.36º 0.26% 0.83% -
HSV(B) 226.36º 0.1% 0.87% -
XYZ 59.48 61.89 78.62 -
YUV 206.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 201 206 223 0.10 0.08 0 0.13 226.36 0.26 0.83
Hex C9 CE DF A 8 0 D E2 1A 53
Octal 311 316 337 12 10 0 15 342 32 123
Binary 11001001 11001110 11011111 1010 1000 0 1101 11100010 11010 1010011

Color Harmonies of #C9CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEDF

Black with #C9CEDF

Text Example


Text Example

White with #C9CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEDF; }

 p { color: rgb(201,206,223); }

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

background-color css

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

 a { background-color: rgb(201,206,223); }

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

border-color css

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

 span { border-color: rgb(201,206,223); }

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