Html Css Color HEX #CED9EA Hawkes Blue

📋 copy color: '#CED9EA'

red 206 ◦ green 217 ◦ blue 234

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

Shades of Hawkes Blue #CED9EA

Tints of Hawkes Blue #CED9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.62%

R = 31.35%
G = 33.03%
B = 35.62%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CED9EA (or 0xCED9EA) is known color: Hawkes Blue. HEX triplet: CE, D9 and EA. RGB value is (206,217,234). Sum of RGB (Red+Green+Blue) = 206+217+234=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #CED9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9EA is #312615. Grayscale: #D7D7D7. Windows color (decimal): -3221014 or 15391182. OLE color: 15391182.

HSL color Cylindrical-coordinate representation of color #CED9EA: hue angle of 216.43º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED9EA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 217 234 -
CMYK 0.12 0.07 0 0.08
HSL 216.43º 0.4% 0.86% -
HSV(B) 216.43º 0.12% 0.92% -
XYZ 65.12 68.69 87.67 -
YUV 215.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 206 217 234 0.12 0.07 0 0.08 216.43 0.4 0.86
Hex CE D9 EA C 7 0 8 D8 28 56
Octal 316 331 352 14 7 0 10 330 50 126
Binary 11001110 11011001 11101010 1100 111 0 1000 11011000 101000 1010110

Color Harmonies of #CED9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9EA

Black with #CED9EA

Text Example


Text Example

White with #CED9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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