Html Css Color HEX #CED6E2 Hawkes Blue

📋 copy color: '#CED6E2'

red 206 ◦ green 214 ◦ blue 226

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

Shades of Hawkes Blue #CED6E2

Tints of Hawkes Blue #CED6E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.98%

R = 31.89%
G = 33.13%
B = 34.98%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CED6E2 (or 0xCED6E2) is known color: Hawkes Blue. HEX triplet: CE, D6 and E2. RGB value is (206,214,226). Sum of RGB (Red+Green+Blue) = 206+214+226=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 226 - color contains mainly: blue. Hex color #CED6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6E2 is #31291D. Grayscale: #D4D4D4. Windows color (decimal): -3221790 or 14866126. OLE color: 14866126.

HSL color Cylindrical-coordinate representation of color #CED6E2: hue angle of 216º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED6E2 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 214 226 -
CMYK 0.09 0.05 0 0.11
HSL 216º 0.26% 0.85% -
HSV(B) 216º 0.09% 0.89% -
XYZ 63.23 66.71 81.49 -
YUV 212.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 206 214 226 0.09 0.05 0 0.11 216 0.26 0.85
Hex CE D6 E2 9 5 0 B D8 1A 55
Octal 316 326 342 11 5 0 13 330 32 125
Binary 11001110 11010110 11100010 1001 101 0 1011 11011000 11010 1010101

Color Harmonies of #CED6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6E2

Black with #CED6E2

Text Example


Text Example

White with #CED6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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