Html Css Color HEX #CED7E5 Hawkes Blue

📋 copy color: '#CED7E5'

red 206 ◦ green 215 ◦ blue 229

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

Shades of Hawkes Blue #CED7E5

Tints of Hawkes Blue #CED7E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.23%

R = 31.69%
G = 33.08%
B = 35.23%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CED7E5 (or 0xCED7E5) is known color: Hawkes Blue. HEX triplet: CE, D7 and E5. RGB value is (206,215,229). Sum of RGB (Red+Green+Blue) = 206+215+229=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #CED7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7E5 is #31281A. Grayscale: #D5D5D5. Windows color (decimal): -3221531 or 15062990. OLE color: 15062990.

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

Color convert

RGB 206 215 229 -
CMYK 0.10 0.06 0 0.10
HSL 216.52º 0.31% 0.85% -
HSV(B) 216.52º 0.1% 0.9% -
XYZ 63.9 67.38 83.77 -
YUV 213.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 206 215 229 0.10 0.06 0 0.10 216.52 0.31 0.85
Hex CE D7 E5 A 6 0 A D9 1F 55
Octal 316 327 345 12 6 0 12 331 37 125
Binary 11001110 11010111 11100101 1010 110 0 1010 11011001 11111 1010101

Color Harmonies of #CED7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7E5

Black with #CED7E5

Text Example


Text Example

White with #CED7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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