#CDD4F5

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

Shades of Hawkes Blue #CDD4F5

Tints of Hawkes Blue #CDD4F5

Color information

#CDD4F5 (or 0xCDD4F5) is unknown color: approx Hawkes Blue. HEX triplet: CD, D4 and F5. RGB value is (205,212,245). Sum of RGB (Red+Green+Blue) = 205+212+245=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDD4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4F5 is #322B0A. Grayscale: #D5D5D5. Windows color (decimal): -3287819 or 16110797. OLE color: 16110797.

HSL color Cylindrical-coordinate representation of color #CDD4F5: hue angle of 229.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD4F5 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205212245-
CMYK0.160.1300.04
HSL229.5º66.67%88.24%-
HSV(B)229.5º16.33%96.08%-
XYZ65.266.6695.82-
YUV213.67145.68121.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 245 (96.09% from 255) = 37.01%
R=30.97%
G=32.02%
B=37.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052122450.160.1300.04229.566.6788.24
HexCDD4F510D04e64358
Octal315324365201504346103130
Binary11001101110101001111010110000110101001110011010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4F5; }

 p { color: rgb(205,212,245); }

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

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

 a { background-color: rgb(205,212,245); }

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

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

 span { border-color: rgb(205,212,245); }

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