Html Css Color HEX #CED9ED Hawkes Blue

📋 copy color: '#CED9ED'

red 206 ◦ green 217 ◦ blue 237

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

Shades of Hawkes Blue #CED9ED

Tints of Hawkes Blue #CED9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.91%

R = 31.21%
G = 32.88%
B = 35.91%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CED9ED (or 0xCED9ED) is known color: Hawkes Blue. HEX triplet: CE, D9 and ED. RGB value is (206,217,237). Sum of RGB (Red+Green+Blue) = 206+217+237=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #CED9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9ED is #312612. Grayscale: #D7D7D7. Windows color (decimal): -3221011 or 15587790. OLE color: 15587790.

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

Color convert

RGB 206 217 237 -
CMYK 0.13 0.08 0 0.07
HSL 218.71º 0.46% 0.87% -
HSV(B) 218.71º 0.13% 0.93% -
XYZ 65.55 68.86 89.96 -
YUV 215.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 206 217 237 0.13 0.08 0 0.07 218.71 0.46 0.87
Hex CE D9 ED D 8 0 7 DB 2E 57
Octal 316 331 355 15 10 0 7 333 56 127
Binary 11001110 11011001 11101101 1101 1000 0 111 11011011 101110 1010111

Color Harmonies of #CED9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9ED

Black with #CED9ED

Text Example


Text Example

White with #CED9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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