Html Css Color HEX #CED7E2 Hawkes Blue

📋 copy color: '#CED7E2'

red 206 ◦ green 215 ◦ blue 226

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

Shades of Hawkes Blue #CED7E2

Tints of Hawkes Blue #CED7E2

RGB

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

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

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

R = 31.84%
G = 33.23%
B = 34.93%

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

#CED7E2 (or 0xCED7E2) is known color: Hawkes Blue. HEX triplet: CE, D7 and E2. RGB value is (206,215,226). Sum of RGB (Red+Green+Blue) = 206+215+226=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 226 - color contains mainly: blue. Hex color #CED7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7E2 is #31281D. Grayscale: #D5D5D5. Windows color (decimal): -3221534 or 14866382. OLE color: 14866382.

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

Color convert

RGB 206 215 226 -
CMYK 0.09 0.05 0 0.11
HSL 213º 0.26% 0.85% -
HSV(B) 213º 0.09% 0.89% -
XYZ 63.48 67.21 81.58 -
YUV 213.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 206 215 226 0.09 0.05 0 0.11 213 0.26 0.85
Hex CE D7 E2 9 5 0 B D5 1A 55
Octal 316 327 342 11 5 0 13 325 32 125
Binary 11001110 11010111 11100010 1001 101 0 1011 11010101 11010 1010101

Color Harmonies of #CED7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7E2

Black with #CED7E2

Text Example


Text Example

White with #CED7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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