Html Css Color HEX #CED8E5 Hawkes Blue

📋 copy color: '#CED8E5'

red 206 ◦ green 216 ◦ blue 229

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

Shades of Hawkes Blue #CED8E5

Tints of Hawkes Blue #CED8E5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.18%

 BLUE value IS 229 (89.84% from 255) = 35.18%

R = 31.64%
G = 33.18%
B = 35.18%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CED8E5 (or 0xCED8E5) is known color: Hawkes Blue. HEX triplet: CE, D8 and E5. RGB value is (206,216,229). Sum of RGB (Red+Green+Blue) = 206+216+229=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #CED8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8E5 is #31271A. Grayscale: #D6D6D6. Windows color (decimal): -3221275 or 15063246. OLE color: 15063246.

HSL color Cylindrical-coordinate representation of color #CED8E5: hue angle of 213.91º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED8E5 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 216 229 -
CMYK 0.10 0.06 0 0.10
HSL 213.91º 0.31% 0.85% -
HSV(B) 213.91º 0.1% 0.9% -
XYZ 64.15 67.89 83.85 -
YUV 214.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 206 216 229 0.10 0.06 0 0.10 213.91 0.31 0.85
Hex CE D8 E5 A 6 0 A D6 1F 55
Octal 316 330 345 12 6 0 12 326 37 125
Binary 11001110 11011000 11100101 1010 110 0 1010 11010110 11111 1010101

Color Harmonies of #CED8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8E5

Black with #CED8E5

Text Example


Text Example

White with #CED8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8E5; }

 p { color: rgb(206,216,229); }

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

background-color css

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

 a { background-color: rgb(206,216,229); }

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

border-color css

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

 span { border-color: rgb(206,216,229); }

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