Html Css Color HEX #CEDAE8 Hawkes Blue

📋 copy color: '#CEDAE8'

red 206 ◦ green 218 ◦ blue 232

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

Shades of Hawkes Blue #CEDAE8

Tints of Hawkes Blue #CEDAE8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.23%

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

R = 31.4%
G = 33.23%
B = 35.37%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEDAE8 (or 0xCEDAE8) is known color: Hawkes Blue. HEX triplet: CE, DA and E8. RGB value is (206,218,232). Sum of RGB (Red+Green+Blue) = 206+218+232=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAE8 is #312517. Grayscale: #D7D7D7. Windows color (decimal): -3220760 or 15260366. OLE color: 15260366.

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

Color convert

RGB 206 218 232 -
CMYK 0.11 0.06 0 0.09
HSL 212.31º 0.36% 0.86% -
HSV(B) 212.31º 0.11% 0.91% -
XYZ 65.09 69.09 86.25 -
YUV 216.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 206 218 232 0.11 0.06 0 0.09 212.31 0.36 0.86
Hex CE DA E8 B 6 0 9 D4 24 56
Octal 316 332 350 13 6 0 11 324 44 126
Binary 11001110 11011010 11101000 1011 110 0 1001 11010100 100100 1010110

Color Harmonies of #CEDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAE8

Black with #CEDAE8

Text Example


Text Example

White with #CEDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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