#CDDFF5

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

Shades of Hawkes Blue #CDDFF5

Tints of Hawkes Blue #CDDFF5

Color information

#CDDFF5 (or 0xCDDFF5) is unknown color: approx Hawkes Blue. HEX triplet: CD, DF and F5. RGB value is (205,223,245). Sum of RGB (Red+Green+Blue) = 205+223+245=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF5 is #32200A. Grayscale: #DCDCDC. Windows color (decimal): -3285003 or 16113613. OLE color: 16113613.

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

Color convert

RGB205223245-
CMYK0.160.0900.04
HSL213º66.67%88.24%-
HSV(B)213º16.33%96.08%-
XYZ68.0572.3596.76-
YUV220.13142.04117.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 245 (96.09% from 255) = 36.40%
R=30.46%
G=33.14%
B=36.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052232450.160.0900.0421366.6788.24
HexCDDFF510904d54358
Octal315337365201104325103130
Binary11001101110111111111010110000100101001101010110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFF5; }

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

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

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

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

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

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

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

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