Html Css Color HEX #CED7E6 Hawkes Blue

📋 copy color: '#CED7E6'

red 206 ◦ green 215 ◦ blue 230

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

Shades of Hawkes Blue #CED7E6

Tints of Hawkes Blue #CED7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 31.64%
G = 33.03%
B = 35.33%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CED7E6 (or 0xCED7E6) is known color: Hawkes Blue. HEX triplet: CE, D7 and E6. RGB value is (206,215,230). Sum of RGB (Red+Green+Blue) = 206+215+230=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #CED7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7E6 is #312819. Grayscale: #D5D5D5. Windows color (decimal): -3221530 or 15128526. OLE color: 15128526.

HSL color Cylindrical-coordinate representation of color #CED7E6: hue angle of 217.5º degrees, saturation: 0.32, 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 #CED7E6 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 215 230 -
CMYK 0.10 0.07 0 0.10
HSL 217.5º 0.32% 0.85% -
HSV(B) 217.5º 0.1% 0.9% -
XYZ 64.04 67.44 84.5 -
YUV 214.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 206 215 230 0.10 0.07 0 0.10 217.5 0.32 0.85
Hex CE D7 E6 A 7 0 A DA 20 55
Octal 316 327 346 12 7 0 12 332 40 125
Binary 11001110 11010111 11100110 1010 111 0 1010 11011010 100000 1010101

Color Harmonies of #CED7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7E6

Black with #CED7E6

Text Example


Text Example

White with #CED7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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