Html Css Color HEX #CED6EC Hawkes Blue

📋 copy color: '#CED6EC'

red 206 ◦ green 214 ◦ blue 236

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

Shades of Hawkes Blue #CED6EC

Tints of Hawkes Blue #CED6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.62%

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

R = 31.4%
G = 32.62%
B = 35.98%

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

#CED6EC (or 0xCED6EC) is known color: Hawkes Blue. HEX triplet: CE, D6 and EC. RGB value is (206,214,236). Sum of RGB (Red+Green+Blue) = 206+214+236=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6EC is #312913. Grayscale: #D6D6D6. Windows color (decimal): -3221780 or 15521486. OLE color: 15521486.

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

Color convert

RGB 206 214 236 -
CMYK 0.13 0.09 0 0.07
HSL 224º 0.44% 0.87% -
HSV(B) 224º 0.13% 0.93% -
XYZ 64.64 67.27 88.93 -
YUV 214.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 206 214 236 0.13 0.09 0 0.07 224 0.44 0.87
Hex CE D6 EC D 9 0 7 E0 2C 57
Octal 316 326 354 15 11 0 7 340 54 127
Binary 11001110 11010110 11101100 1101 1001 0 111 11100000 101100 1010111

Color Harmonies of #CED6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6EC

Black with #CED6EC

Text Example


Text Example

White with #CED6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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