Html Css Color HEX #CED7E9 Hawkes Blue

📋 copy color: '#CED7E9'

red 206 ◦ green 215 ◦ blue 233

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

Shades of Hawkes Blue #CED7E9

Tints of Hawkes Blue #CED7E9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.87%

 BLUE value IS 233 (91.41% from 255) = 35.63%

R = 31.5%
G = 32.87%
B = 35.63%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CED7E9 (or 0xCED7E9) is known color: Hawkes Blue. HEX triplet: CE, D7 and E9. RGB value is (206,215,233). Sum of RGB (Red+Green+Blue) = 206+215+233=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #CED7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7E9 is #312816. Grayscale: #D6D6D6. Windows color (decimal): -3221527 or 15325134. OLE color: 15325134.

HSL color Cylindrical-coordinate representation of color #CED7E9: hue angle of 220º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED7E9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 215 233 -
CMYK 0.12 0.08 0 0.09
HSL 220º 0.38% 0.86% -
HSV(B) 220º 0.12% 0.91% -
XYZ 64.46 67.61 86.74 -
YUV 214.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 206 215 233 0.12 0.08 0 0.09 220 0.38 0.86
Hex CE D7 E9 C 8 0 9 DC 26 56
Octal 316 327 351 14 10 0 11 334 46 126
Binary 11001110 11010111 11101001 1100 1000 0 1001 11011100 100110 1010110

Color Harmonies of #CED7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7E9

Black with #CED7E9

Text Example


Text Example

White with #CED7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7E9; }

 p { color: rgb(206,215,233); }

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

background-color css

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

 a { background-color: rgb(206,215,233); }

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

border-color css

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

 span { border-color: rgb(206,215,233); }

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