#CDD9FA

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

Shades of Hawkes Blue #CDD9FA

Tints of Hawkes Blue #CDD9FA

Color information

#CDD9FA (or 0xCDD9FA) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and FA. RGB value is (205,217,250). Sum of RGB (Red+Green+Blue) = 205+217+250=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FA is #322605. Grayscale: #D9D9D9. Windows color (decimal): -3286534 or 16439757. OLE color: 16439757.

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

Color convert

RGB205217250-
CMYK0.180.1300.02
HSL224º81.82%89.22%-
HSV(B)224º18%98.04%-
XYZ67.2569.51100.31-
YUV217.17146.52119.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.51%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=30.51%
G=32.29%
B=37.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052172500.180.1300.0222481.8289.22
HexCDD9FA12D02e05259
Octal315331372221502340122131
Binary1100110111011001111110101001011010101110000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9FA; }

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

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

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

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

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

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

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

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