Html Css Color HEX #CEDAE7 Hawkes Blue

📋 copy color: '#CEDAE7'

red 206 ◦ green 218 ◦ blue 231

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

Shades of Hawkes Blue #CEDAE7

Tints of Hawkes Blue #CEDAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.27%

R = 31.45%
G = 33.28%
B = 35.27%

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

#CEDAE7 (or 0xCEDAE7) is known color: Hawkes Blue. HEX triplet: CE, DA and E7. RGB value is (206,218,231). Sum of RGB (Red+Green+Blue) = 206+218+231=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAE7 is #312518. Grayscale: #D7D7D7. Windows color (decimal): -3220761 or 15194830. OLE color: 15194830.

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

Color convert

RGB 206 218 231 -
CMYK 0.11 0.06 0 0.09
HSL 211.2º 0.34% 0.86% -
HSV(B) 211.2º 0.11% 0.91% -
XYZ 64.95 69.03 85.5 -
YUV 215.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 206 218 231 0.11 0.06 0 0.09 211.2 0.34 0.86
Hex CE DA E7 B 6 0 9 D3 22 56
Octal 316 332 347 13 6 0 11 323 42 126
Binary 11001110 11011010 11100111 1011 110 0 1001 11010011 100010 1010110

Color Harmonies of #CEDAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAE7

Black with #CEDAE7

Text Example


Text Example

White with #CEDAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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