#CDE0FE

Color #CDE0FE Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CDE0FE

Tints of Hawkes Blue #CDE0FE

Color information

#CDE0FE (or 0xCDE0FE) is unknown color: approx Hawkes Blue. HEX triplet: CD, E0 and FE. RGB value is (205,224,254). Sum of RGB (Red+Green+Blue) = 205+224+254=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0FE is #321F01. Grayscale: #DDDDDD. Windows color (decimal): -3284738 or 16703693. OLE color: 16703693.

HSL color Cylindrical-coordinate representation of color #CDE0FE: hue angle of 216.73º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE0FE is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205224254-
CMYK0.190.1200.00
HSL216.73º96.08%90%-
HSV(B)216.73º19.29%99.61%-
XYZ69.7273.45104.27-
YUV221.74146.21116.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.01%
GREEN value IS 224 (87.89% from 255) = 32.80%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=30.01%
G=32.80%
B=37.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052242540.190.1200.00216.7396.0890
HexCDE0FE13C00d9605a
Octal315340376231400331140132
Binary110011011110000011111110100111100001101100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0FE; }

 p { color: rgb(205,224,254); }

 H1.HeaderClassName
 {
   color: #CDE0FE;
 }
 .AnyTagClassName
 {
   color: #CDE0FE;
 }
</style>
background-color css

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

 a { background-color: rgb(205,224,254); }

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

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

 span { border-color: rgb(205,224,254); }

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