Html Css Color HEX #CED9E5 Hawkes Blue

📋 copy color: '#CED9E5'

red 206 ◦ green 217 ◦ blue 229

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

Shades of Hawkes Blue #CED9E5

Tints of Hawkes Blue #CED9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.12%

R = 31.6%
G = 33.28%
B = 35.12%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CED9E5 (or 0xCED9E5) is known color: Hawkes Blue. HEX triplet: CE, D9 and E5. RGB value is (206,217,229). Sum of RGB (Red+Green+Blue) = 206+217+229=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #CED9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9E5 is #31261A. Grayscale: #D7D7D7. Windows color (decimal): -3221019 or 15063502. OLE color: 15063502.

HSL color Cylindrical-coordinate representation of color #CED9E5: hue angle of 211.3º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED9E5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 217 229 -
CMYK 0.10 0.05 0 0.10
HSL 211.3º 0.31% 0.85% -
HSV(B) 211.3º 0.1% 0.9% -
XYZ 64.41 68.4 83.94 -
YUV 215.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 206 217 229 0.10 0.05 0 0.10 211.3 0.31 0.85
Hex CE D9 E5 A 5 0 A D3 1F 55
Octal 316 331 345 12 5 0 12 323 37 125
Binary 11001110 11011001 11100101 1010 101 0 1010 11010011 11111 1010101

Color Harmonies of #CED9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9E5

Black with #CED9E5

Text Example


Text Example

White with #CED9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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