Html Css Color HEX #CED8EC Hawkes Blue

📋 copy color: '#CED8EC'

red 206 ◦ green 216 ◦ blue 236

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

Shades of Hawkes Blue #CED8EC

Tints of Hawkes Blue #CED8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.83%

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

R = 31.31%
G = 32.83%
B = 35.87%

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

#CED8EC (or 0xCED8EC) is known color: Hawkes Blue. HEX triplet: CE, D8 and EC. RGB value is (206,216,236). Sum of RGB (Red+Green+Blue) = 206+216+236=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8EC is #312713. Grayscale: #D7D7D7. Windows color (decimal): -3221268 or 15521998. OLE color: 15521998.

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

Color convert

RGB 206 216 236 -
CMYK 0.13 0.08 0 0.07
HSL 220º 0.44% 0.87% -
HSV(B) 220º 0.13% 0.93% -
XYZ 65.15 68.29 89.1 -
YUV 215.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 206 216 236 0.13 0.08 0 0.07 220 0.44 0.87
Hex CE D8 EC D 8 0 7 DC 2C 57
Octal 316 330 354 15 10 0 7 334 54 127
Binary 11001110 11011000 11101100 1101 1000 0 111 11011100 101100 1010111

Color Harmonies of #CED8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8EC

Black with #CED8EC

Text Example


Text Example

White with #CED8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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