#CDE2FE

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

Shades of Hawkes Blue #CDE2FE

Tints of Hawkes Blue #CDE2FE

Color information

#CDE2FE (or 0xCDE2FE) is unknown color: approx Hawkes Blue. HEX triplet: CD, E2 and FE. RGB value is (205,226,254). Sum of RGB (Red+Green+Blue) = 205+226+254=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2FE is #321D01. Grayscale: #DEDEDE. Windows color (decimal): -3284226 or 16704205. OLE color: 16704205.

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

Color convert

RGB205226254-
CMYK0.190.1100.00
HSL214.29º96.08%90%-
HSV(B)214.29º19.29%99.61%-
XYZ70.2674.53104.45-
YUV222.91145.54115.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.93%
GREEN value IS 226 (88.67% from 255) = 32.99%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=29.93%
G=32.99%
B=37.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052262540.190.1100.00214.2996.0890
HexCDE2FE13B00d6605a
Octal315342376231300326140132
Binary110011011110001011111110100111011001101011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2FE; }

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

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

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

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

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

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

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

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