Html Css Color HEX #CED6E7 Hawkes Blue

📋 copy color: '#CED6E7'

red 206 ◦ green 214 ◦ blue 231

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

Shades of Hawkes Blue #CED6E7

Tints of Hawkes Blue #CED6E7

RGB

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

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

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

R = 31.64%
G = 32.87%
B = 35.48%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CED6E7 (or 0xCED6E7) is known color: Hawkes Blue. HEX triplet: CE, D6 and E7. RGB value is (206,214,231). Sum of RGB (Red+Green+Blue) = 206+214+231=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #CED6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6E7 is #312918. Grayscale: #D5D5D5. Windows color (decimal): -3221785 or 15193806. OLE color: 15193806.

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

Color convert

RGB 206 214 231 -
CMYK 0.11 0.07 0 0.09
HSL 220.8º 0.34% 0.86% -
HSV(B) 220.8º 0.11% 0.91% -
XYZ 63.92 66.98 85.16 -
YUV 213.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 206 214 231 0.11 0.07 0 0.09 220.8 0.34 0.86
Hex CE D6 E7 B 7 0 9 DD 22 56
Octal 316 326 347 13 7 0 11 335 42 126
Binary 11001110 11010110 11100111 1011 111 0 1001 11011101 100010 1010110

Color Harmonies of #CED6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6E7

Black with #CED6E7

Text Example


Text Example

White with #CED6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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