#CDE1FE

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

Shades of Hawkes Blue #CDE1FE

Tints of Hawkes Blue #CDE1FE

Color information

#CDE1FE (or 0xCDE1FE) is unknown color: approx Hawkes Blue. HEX triplet: CD, E1 and FE. RGB value is (205,225,254). Sum of RGB (Red+Green+Blue) = 205+225+254=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1FE is #321E01. Grayscale: #DEDEDE. Windows color (decimal): -3284482 or 16703949. OLE color: 16703949.

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

Color convert

RGB205225254-
CMYK0.190.1100.00
HSL215.51º96.08%90%-
HSV(B)215.51º19.29%99.61%-
XYZ69.9973.99104.36-
YUV222.33145.87115.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.97%
GREEN value IS 225 (88.28% from 255) = 32.89%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=29.97%
G=32.89%
B=37.13%

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
Decimal2052252540.190.1100.00215.5196.0890
HexCDE1FE13B00d8605a
Octal315341376231300330140132
Binary110011011110000111111110100111011001101100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1FE; }

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

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

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

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

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

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

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

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