#CDE3FF

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

Shades of Hawkes Blue #CDE3FF

Tints of Hawkes Blue #CDE3FF

Color information

#CDE3FF (or 0xCDE3FF) is unknown color: approx Hawkes Blue. HEX triplet: CD, E3 and FF. RGB value is (205,227,255). Sum of RGB (Red+Green+Blue) = 205+227+255=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3FF is #321C00. Grayscale: #DFDFDF. Windows color (decimal): -3283969 or 16769997. OLE color: 16769997.

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

Color convert

RGB205227255-
CMYK0.200.1100
HSL213.6º100%90.2%-
HSV(B)213.6º19.61%100%-
XYZ70.775.14105.38-
YUV223.61145.71114.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.84%
GREEN value IS 227 (89.06% from 255) = 33.04%
BLUE value IS 255 (100% from 255) = 37.12%
R=29.84%
G=33.04%
B=37.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052272550.200.1100213.610090.2
HexCDE3FF14B00d6645a
Octal315343377241300326144132
Binary110011011110001111111111101001011001101011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3FF; }

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

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

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

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

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

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

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

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