#CDE0FA

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

Shades of Hawkes Blue #CDE0FA

Tints of Hawkes Blue #CDE0FA

Color information

#CDE0FA (or 0xCDE0FA) is unknown color: approx Hawkes Blue. HEX triplet: CD, E0 and FA. RGB value is (205,224,250). Sum of RGB (Red+Green+Blue) = 205+224+250=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0FA is #321F05. Grayscale: #DDDDDD. Windows color (decimal): -3284742 or 16441549. OLE color: 16441549.

HSL color Cylindrical-coordinate representation of color #CDE0FA: hue angle of 214.67º 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 #CDE0FA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205224250-
CMYK0.180.1000.02
HSL214.67º81.82%89.22%-
HSV(B)214.67º18%98.04%-
XYZ69.0973.19100.93-
YUV221.28144.21116.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.19%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=30.19%
G=32.99%
B=36.82%

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
Decimal2052242500.180.1000.02214.6781.8289.22
HexCDE0FA12A02d75259
Octal315340372221202327122131
Binary1100110111100000111110101001010100101101011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0FA; }

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

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

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

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

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

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

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

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