Html Css Color HEX #CED6E4 Hawkes Blue

📋 copy color: '#CED6E4'

red 206 ◦ green 214 ◦ blue 228

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

Shades of Hawkes Blue #CED6E4

Tints of Hawkes Blue #CED6E4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.02%

 BLUE value IS 228 (89.45% from 255) = 35.19%

R = 31.79%
G = 33.02%
B = 35.19%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CED6E4 (or 0xCED6E4) is known color: Hawkes Blue. HEX triplet: CE, D6 and E4. RGB value is (206,214,228). Sum of RGB (Red+Green+Blue) = 206+214+228=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 228 - color contains mainly: blue. Hex color #CED6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6E4 is #31291B. Grayscale: #D5D5D5. Windows color (decimal): -3221788 or 14997198. OLE color: 14997198.

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

Color convert

RGB 206 214 228 -
CMYK 0.10 0.06 0 0.11
HSL 218.18º 0.29% 0.85% -
HSV(B) 218.18º 0.1% 0.89% -
XYZ 63.5 66.82 82.95 -
YUV 213.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 206 214 228 0.10 0.06 0 0.11 218.18 0.29 0.85
Hex CE D6 E4 A 6 0 B DA 1D 55
Octal 316 326 344 12 6 0 13 332 35 125
Binary 11001110 11010110 11100100 1010 110 0 1011 11011010 11101 1010101

Color Harmonies of #CED6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6E4

Black with #CED6E4

Text Example


Text Example

White with #CED6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6E4; }

 p { color: rgb(206,214,228); }

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

background-color css

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

 a { background-color: rgb(206,214,228); }

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

border-color css

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

 span { border-color: rgb(206,214,228); }

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