#CDD9FD

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

Shades of Hawkes Blue #CDD9FD

Tints of Hawkes Blue #CDD9FD

Color information

#CDD9FD (or 0xCDD9FD) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and FD. RGB value is (205,217,253). Sum of RGB (Red+Green+Blue) = 205+217+253=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FD is #322602. Grayscale: #D9D9D9. Windows color (decimal): -3286531 or 16636365. OLE color: 16636365.

HSL color Cylindrical-coordinate representation of color #CDD9FD: hue angle of 225º degrees, saturation: 0.92, 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 #CDD9FD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205217253-
CMYK0.190.1400.01
HSL225º92.31%89.8%-
HSV(B)225º18.97%99.22%-
XYZ67.7269.7102.81-
YUV217.52148.02119.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=30.37%
G=32.15%
B=37.48%

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
Decimal2052172530.190.1400.0122592.3189.8
HexCDD9FD13E01e15c5a
Octal315331375231601341134132
Binary110011011101100111111101100111110011110000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9FD; }

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

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

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

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

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

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

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

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