Html Css Color HEX #CED2E8 Hawkes Blue

📋 copy color: '#CED2E8'

red 206 ◦ green 210 ◦ blue 232

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

Shades of Hawkes Blue #CED2E8

Tints of Hawkes Blue #CED2E8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.41%

 BLUE value IS 232 (91.02% from 255) = 35.8%

R = 31.79%
G = 32.41%
B = 35.8%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CED2E8 (or 0xCED2E8) is known color: Hawkes Blue. HEX triplet: CE, D2 and E8. RGB value is (206,210,232). Sum of RGB (Red+Green+Blue) = 206+210+232=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #CED2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2E8 is #312D17. Grayscale: #D3D3D3. Windows color (decimal): -3222808 or 15258318. OLE color: 15258318.

HSL color Cylindrical-coordinate representation of color #CED2E8: hue angle of 230.77º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED2E8 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 210 232 -
CMYK 0.11 0.09 0 0.09
HSL 230.77º 0.36% 0.86% -
HSV(B) 230.77º 0.11% 0.91% -
XYZ 63.07 65.04 85.57 -
YUV 211.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 206 210 232 0.11 0.09 0 0.09 230.77 0.36 0.86
Hex CE D2 E8 B 9 0 9 E7 24 56
Octal 316 322 350 13 11 0 11 347 44 126
Binary 11001110 11010010 11101000 1011 1001 0 1001 11100111 100100 1010110

Color Harmonies of #CED2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2E8

Black with #CED2E8

Text Example


Text Example

White with #CED2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2E8; }

 p { color: rgb(206,210,232); }

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

background-color css

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

 a { background-color: rgb(206,210,232); }

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

border-color css

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

 span { border-color: rgb(206,210,232); }

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