#CDE1FA

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

Shades of Hawkes Blue #CDE1FA

Tints of Hawkes Blue #CDE1FA

Color information

#CDE1FA (or 0xCDE1FA) is unknown color: approx Hawkes Blue. HEX triplet: CD, E1 and FA. RGB value is (205,225,250). Sum of RGB (Red+Green+Blue) = 205+225+250=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1FA is #321E05. Grayscale: #DDDDDD. Windows color (decimal): -3284486 or 16441805. OLE color: 16441805.

HSL color Cylindrical-coordinate representation of color #CDE1FA: hue angle of 213.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE1FA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205225250-
CMYK0.180.1000.02
HSL213.33º81.82%89.22%-
HSV(B)213.33º18%98.04%-
XYZ69.3673.73101.02-
YUV221.87143.87115.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.15%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=30.15%
G=33.09%
B=36.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052252500.180.1000.02213.3381.8289.22
HexCDE1FA12A02d55259
Octal315341372221202325122131
Binary1100110111100001111110101001010100101101010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1FA; }

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

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

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

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

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

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

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

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