Html Css Color HEX #CED3ED Hawkes Blue

📋 copy color: '#CED3ED'

red 206 ◦ green 211 ◦ blue 237

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

Shades of Hawkes Blue #CED3ED

Tints of Hawkes Blue #CED3ED

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.26%

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 31.5%
G = 32.26%
B = 36.24%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CED3ED (or 0xCED3ED) is known color: Hawkes Blue. HEX triplet: CE, D3 and ED. RGB value is (206,211,237). Sum of RGB (Red+Green+Blue) = 206+211+237=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #CED3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3ED is #312C12. Grayscale: #D4D4D4. Windows color (decimal): -3222547 or 15586254. OLE color: 15586254.

HSL color Cylindrical-coordinate representation of color #CED3ED: hue angle of 230.32º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED3ED is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 211 237 -
CMYK 0.13 0.11 0 0.07
HSL 230.32º 0.46% 0.87% -
HSV(B) 230.32º 0.13% 0.93% -
XYZ 64.03 65.82 89.45 -
YUV 212.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 206 211 237 0.13 0.11 0 0.07 230.32 0.46 0.87
Hex CE D3 ED D B 0 7 E6 2E 57
Octal 316 323 355 15 13 0 7 346 56 127
Binary 11001110 11010011 11101101 1101 1011 0 111 11100110 101110 1010111

Color Harmonies of #CED3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3ED

Black with #CED3ED

Text Example


Text Example

White with #CED3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3ED; }

 p { color: rgb(206,211,237); }

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

background-color css

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

 a { background-color: rgb(206,211,237); }

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

border-color css

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

 span { border-color: rgb(206,211,237); }

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