#CDE1FF

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

Shades of Hawkes Blue #CDE1FF

Tints of Hawkes Blue #CDE1FF

Color information

#CDE1FF (or 0xCDE1FF) is unknown color: approx Hawkes Blue. HEX triplet: CD, E1 and FF. RGB value is (205,225,255). Sum of RGB (Red+Green+Blue) = 205+225+255=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1FF is #321E00. Grayscale: #DEDEDE. Windows color (decimal): -3284481 or 16769485. OLE color: 16769485.

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

Color convert

RGB205225255-
CMYK0.200.1200
HSL216º100%90.2%-
HSV(B)216º19.61%100%-
XYZ70.1574.05105.2-
YUV222.44146.37115.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.93%
GREEN value IS 225 (88.28% from 255) = 32.85%
BLUE value IS 255 (100% from 255) = 37.23%
R=29.93%
G=32.85%
B=37.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052252550.200.120021610090.2
HexCDE1FF14C00d8645a
Octal315341377241400330144132
Binary110011011110000111111111101001100001101100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1FF; }

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

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

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

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

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

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

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

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