#CDDEF1

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

Shades of Hawkes Blue #CDDEF1

Tints of Hawkes Blue #CDDEF1

Color information

#CDDEF1 (or 0xCDDEF1) is unknown color: approx Hawkes Blue. HEX triplet: CD, DE and F1. RGB value is (205,222,241). Sum of RGB (Red+Green+Blue) = 205+222+241=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEF1 is #32210E. Grayscale: #DADADA. Windows color (decimal): -3285263 or 15851213. OLE color: 15851213.

HSL color Cylindrical-coordinate representation of color #CDDEF1: hue angle of 211.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDDEF1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205222241-
CMYK0.150.0800.05
HSL211.67º56.25%87.45%-
HSV(B)211.67º14.94%94.51%-
XYZ67.1871.5793.49-
YUV219.08140.37117.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=30.69%
G=33.23%
B=36.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052222410.150.0800.05211.6756.2587.45
HexCDDEF1F805d43857
Octal31533636117100532470127
Binary110011011101111011110001111110000101110101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEF1; }

 p { color: rgb(205,222,241); }

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

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

 a { background-color: rgb(205,222,241); }

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

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

 span { border-color: rgb(205,222,241); }

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