#CDDDF5

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

Shades of Hawkes Blue #CDDDF5

Tints of Hawkes Blue #CDDDF5

Color information

#CDDDF5 (or 0xCDDDF5) is unknown color: approx Hawkes Blue. HEX triplet: CD, DD and F5. RGB value is (205,221,245). Sum of RGB (Red+Green+Blue) = 205+221+245=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF5 is #32220A. Grayscale: #DADADA. Windows color (decimal): -3285515 or 16113101. OLE color: 16113101.

HSL color Cylindrical-coordinate representation of color #CDDDF5: hue angle of 216º 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 #CDDDF5 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205221245-
CMYK0.160.1000.04
HSL216º66.67%88.24%-
HSV(B)216º16.33%96.08%-
XYZ67.5171.2896.59-
YUV218.95142.7118.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=30.55%
G=32.94%
B=36.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052212450.160.1000.0421666.6788.24
HexCDDDF510A04d84358
Octal315335365201204330103130
Binary11001101110111011111010110000101001001101100010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDF5; }

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

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

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

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

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

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

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

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