Html Css Color HEX #CED9E0 Pattens Blue

📋 copy color: '#CED9E0'

red 206 ◦ green 217 ◦ blue 224

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

Shades of Pattens Blue #CED9E0

Tints of Pattens Blue #CED9E0

RGB

 RED value IS 206 (80.86% from 255) = 31.84%

 GREEN value IS 217 (85.16% from 255) = 33.54%

 BLUE value IS 224 (87.89% from 255) = 34.62%

R = 31.84%
G = 33.54%
B = 34.62%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CED9E0 (or 0xCED9E0) is known color: Pattens Blue. HEX triplet: CE, D9 and E0. RGB value is (206,217,224). Sum of RGB (Red+Green+Blue) = 206+217+224=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #CED9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9E0 is #31261F. Grayscale: #D6D6D6. Windows color (decimal): -3221024 or 14735822. OLE color: 14735822.

HSL color Cylindrical-coordinate representation of color #CED9E0: hue angle of 203.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED9E0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 217 224 -
CMYK 0.08 0.03 0 0.12
HSL 203.33º 0.23% 0.84% -
HSV(B) 203.33º 0.08% 0.88% -
XYZ 63.72 68.13 80.31 -
YUV 214.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 206 217 224 0.08 0.03 0 0.12 203.33 0.23 0.84
Hex CE D9 E0 8 3 0 C CB 16 54
Octal 316 331 340 10 3 0 14 313 26 124
Binary 11001110 11011001 11100000 1000 11 0 1100 11001011 10110 1010100

Color Harmonies of #CED9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9E0

Black with #CED9E0

Text Example


Text Example

White with #CED9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9E0; }

 p { color: rgb(206,217,224); }

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

background-color css

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

 a { background-color: rgb(206,217,224); }

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

border-color css

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

 span { border-color: rgb(206,217,224); }

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