#CDD9FC

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

Shades of Hawkes Blue #CDD9FC

Tints of Hawkes Blue #CDD9FC

Color information

#CDD9FC (or 0xCDD9FC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and FC. RGB value is (205,217,252). Sum of RGB (Red+Green+Blue) = 205+217+252=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FC is #322603. Grayscale: #D9D9D9. Windows color (decimal): -3286532 or 16570829. OLE color: 16570829.

HSL color Cylindrical-coordinate representation of color #CDD9FC: hue angle of 224.68º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD9FC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205217252-
CMYK0.190.1400.01
HSL224.68º88.68%89.61%-
HSV(B)224.68º18.65%98.82%-
XYZ67.5669.63101.98-
YUV217.4147.52119.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.42%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=30.42%
G=32.20%
B=37.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052172520.190.1400.01224.6888.6889.61
HexCDD9FC13E01e1595a
Octal315331374231601341131132
Binary110011011101100111111100100111110011110000110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9FC; }

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

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

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

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

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

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

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

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