Html Css Color HEX #CED7E7 Hawkes Blue

📋 copy color: '#CED7E7'

red 206 ◦ green 215 ◦ blue 231

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

Shades of Hawkes Blue #CED7E7

Tints of Hawkes Blue #CED7E7

RGB

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

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

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

R = 31.6%
G = 32.98%
B = 35.43%

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

#CED7E7 (or 0xCED7E7) is known color: Hawkes Blue. HEX triplet: CE, D7 and E7. RGB value is (206,215,231). Sum of RGB (Red+Green+Blue) = 206+215+231=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 231 - color contains mainly: blue. Hex color #CED7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7E7 is #312818. Grayscale: #D6D6D6. Windows color (decimal): -3221529 or 15194062. OLE color: 15194062.

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

Color convert

RGB 206 215 231 -
CMYK 0.11 0.07 0 0.09
HSL 218.4º 0.34% 0.86% -
HSV(B) 218.4º 0.11% 0.91% -
XYZ 64.18 67.49 85.25 -
YUV 214.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 206 215 231 0.11 0.07 0 0.09 218.4 0.34 0.86
Hex CE D7 E7 B 7 0 9 DA 22 56
Octal 316 327 347 13 7 0 11 332 42 126
Binary 11001110 11010111 11100111 1011 111 0 1001 11011010 100010 1010110

Color Harmonies of #CED7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7E7

Black with #CED7E7

Text Example


Text Example

White with #CED7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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