#CDD9FE

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

Shades of Hawkes Blue #CDD9FE

Tints of Hawkes Blue #CDD9FE

Color information

#CDD9FE (or 0xCDD9FE) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and FE. RGB value is (205,217,254). Sum of RGB (Red+Green+Blue) = 205+217+254=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDD9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FE is #322601. Grayscale: #D9D9D9. Windows color (decimal): -3286530 or 16701901. OLE color: 16701901.

HSL color Cylindrical-coordinate representation of color #CDD9FE: hue angle of 225.31º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD9FE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205217254-
CMYK0.190.1500.00
HSL225.31º96.08%90%-
HSV(B)225.31º19.29%99.61%-
XYZ67.8869.76103.65-
YUV217.63148.52118.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.33%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=30.33%
G=32.10%
B=37.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052172540.190.1500.00225.3196.0890
HexCDD9FE13F00e1605a
Octal315331376231700341140132
Binary110011011101100111111110100111111001110000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9FE; }

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

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

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

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

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

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

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

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