#CDD9FF

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

Shades of Hawkes Blue #CDD9FF

Tints of Hawkes Blue #CDD9FF

Color information

#CDD9FF (or 0xCDD9FF) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and FF. RGB value is (205,217,255). Sum of RGB (Red+Green+Blue) = 205+217+255=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FF is #322600. Grayscale: #D9D9D9. Windows color (decimal): -3286529 or 16767437. OLE color: 16767437.

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

Color convert

RGB205217255-
CMYK0.200.1500
HSL225.6º100%90.2%-
HSV(B)225.6º19.61%100%-
XYZ68.0469.82104.5-
YUV217.74149.02118.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.28%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 255 (100% from 255) = 37.67%
R=30.28%
G=32.05%
B=37.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052172550.200.1500225.610090.2
HexCDD9FF14F00e2645a
Octal315331377241700342144132
Binary110011011101100111111111101001111001110001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9FF; }

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

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

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

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

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

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

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

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