Html Css Color HEX #CED4EC Hawkes Blue

📋 copy color: '#CED4EC'

red 206 ◦ green 212 ◦ blue 236

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

Shades of Hawkes Blue #CED4EC

Tints of Hawkes Blue #CED4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.42%

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

R = 31.5%
G = 32.42%
B = 36.09%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CED4EC (or 0xCED4EC) is known color: Hawkes Blue. HEX triplet: CE, D4 and EC. RGB value is (206,212,236). Sum of RGB (Red+Green+Blue) = 206+212+236=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4EC is #312B13. Grayscale: #D4D4D4. Windows color (decimal): -3222292 or 15520974. OLE color: 15520974.

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

Color convert

RGB 206 212 236 -
CMYK 0.13 0.10 0 0.07
HSL 228º 0.44% 0.87% -
HSV(B) 228º 0.13% 0.93% -
XYZ 64.14 66.26 88.77 -
YUV 212.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 206 212 236 0.13 0.10 0 0.07 228 0.44 0.87
Hex CE D4 EC D A 0 7 E4 2C 57
Octal 316 324 354 15 12 0 7 344 54 127
Binary 11001110 11010100 11101100 1101 1010 0 111 11100100 101100 1010111

Color Harmonies of #CED4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4EC

Black with #CED4EC

Text Example


Text Example

White with #CED4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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