Html Css Color HEX #CED7E3 Hawkes Blue

📋 copy color: '#CED7E3'

red 206 ◦ green 215 ◦ blue 227

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

Shades of Hawkes Blue #CED7E3

Tints of Hawkes Blue #CED7E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.03%

R = 31.79%
G = 33.18%
B = 35.03%

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

#CED7E3 (or 0xCED7E3) is known color: Hawkes Blue. HEX triplet: CE, D7 and E3. RGB value is (206,215,227). Sum of RGB (Red+Green+Blue) = 206+215+227=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 227 - color contains mainly: blue. Hex color #CED7E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7E3 is #31281C. Grayscale: #D5D5D5. Windows color (decimal): -3221533 or 14931918. OLE color: 14931918.

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

Color convert

RGB 206 215 227 -
CMYK 0.09 0.05 0 0.11
HSL 214.29º 0.27% 0.85% -
HSV(B) 214.29º 0.09% 0.89% -
XYZ 63.62 67.27 82.3 -
YUV 213.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 206 215 227 0.09 0.05 0 0.11 214.29 0.27 0.85
Hex CE D7 E3 9 5 0 B D6 1B 55
Octal 316 327 343 11 5 0 13 326 33 125
Binary 11001110 11010111 11100011 1001 101 0 1011 11010110 11011 1010101

Color Harmonies of #CED7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7E3

Black with #CED7E3

Text Example


Text Example

White with #CED7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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