Html Css Color HEX #CED5E7 Hawkes Blue

📋 copy color: '#CED5E7'

red 206 ◦ green 213 ◦ blue 231

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

Shades of Hawkes Blue #CED5E7

Tints of Hawkes Blue #CED5E7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.77%

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

R = 31.69%
G = 32.77%
B = 35.54%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CED5E7 (or 0xCED5E7) is known color: Hawkes Blue. HEX triplet: CE, D5 and E7. RGB value is (206,213,231). Sum of RGB (Red+Green+Blue) = 206+213+231=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #CED5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5E7 is #312A18. Grayscale: #D4D4D4. Windows color (decimal): -3222041 or 15193550. OLE color: 15193550.

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

Color convert

RGB 206 213 231 -
CMYK 0.11 0.08 0 0.09
HSL 223.2º 0.34% 0.86% -
HSV(B) 223.2º 0.11% 0.91% -
XYZ 63.67 66.48 85.08 -
YUV 212.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 206 213 231 0.11 0.08 0 0.09 223.2 0.34 0.86
Hex CE D5 E7 B 8 0 9 DF 22 56
Octal 316 325 347 13 10 0 11 337 42 126
Binary 11001110 11010101 11100111 1011 1000 0 1001 11011111 100010 1010110

Color Harmonies of #CED5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5E7

Black with #CED5E7

Text Example


Text Example

White with #CED5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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