Html Css Color HEX #CED8E6 Hawkes Blue

📋 copy color: '#CED8E6'

red 206 ◦ green 216 ◦ blue 230

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

Shades of Hawkes Blue #CED8E6

Tints of Hawkes Blue #CED8E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.28%

R = 31.6%
G = 33.13%
B = 35.28%

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

#CED8E6 (or 0xCED8E6) is known color: Hawkes Blue. HEX triplet: CE, D8 and E6. RGB value is (206,216,230). Sum of RGB (Red+Green+Blue) = 206+216+230=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #CED8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8E6 is #312719. Grayscale: #D6D6D6. Windows color (decimal): -3221274 or 15128782. OLE color: 15128782.

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

Color convert

RGB 206 216 230 -
CMYK 0.10 0.06 0 0.10
HSL 215º 0.32% 0.85% -
HSV(B) 215º 0.1% 0.9% -
XYZ 64.29 67.95 84.59 -
YUV 214.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 206 216 230 0.10 0.06 0 0.10 215 0.32 0.85
Hex CE D8 E6 A 6 0 A D7 20 55
Octal 316 330 346 12 6 0 12 327 40 125
Binary 11001110 11011000 11100110 1010 110 0 1010 11010111 100000 1010101

Color Harmonies of #CED8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8E6

Black with #CED8E6

Text Example


Text Example

White with #CED8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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