Html Css Color HEX #CED7EC Hawkes Blue

📋 copy color: '#CED7EC'

red 206 ◦ green 215 ◦ blue 236

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

Shades of Hawkes Blue #CED7EC

Tints of Hawkes Blue #CED7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.72%

 BLUE value IS 236 (92.58% from 255) = 35.92%

R = 31.35%
G = 32.72%
B = 35.92%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CED7EC (or 0xCED7EC) is known color: Hawkes Blue. HEX triplet: CE, D7 and EC. RGB value is (206,215,236). Sum of RGB (Red+Green+Blue) = 206+215+236=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7EC is #312813. Grayscale: #D6D6D6. Windows color (decimal): -3221524 or 15521742. OLE color: 15521742.

HSL color Cylindrical-coordinate representation of color #CED7EC: hue angle of 222º degrees, saturation: 0.44, 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 #CED7EC is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 215 236 -
CMYK 0.13 0.09 0 0.07
HSL 222º 0.44% 0.87% -
HSV(B) 222º 0.13% 0.93% -
XYZ 64.89 67.78 89.02 -
YUV 214.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 206 215 236 0.13 0.09 0 0.07 222 0.44 0.87
Hex CE D7 EC D 9 0 7 DE 2C 57
Octal 316 327 354 15 11 0 7 336 54 127
Binary 11001110 11010111 11101100 1101 1001 0 111 11011110 101100 1010111

Color Harmonies of #CED7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7EC

Black with #CED7EC

Text Example


Text Example

White with #CED7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7EC; }

 p { color: rgb(206,215,236); }

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

background-color css

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

 a { background-color: rgb(206,215,236); }

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

border-color css

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

 span { border-color: rgb(206,215,236); }

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