#CDDDF1

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

Shades of Hawkes Blue #CDDDF1

Tints of Hawkes Blue #CDDDF1

Color information

#CDDDF1 (or 0xCDDDF1) is unknown color: approx Hawkes Blue. HEX triplet: CD, DD and F1. RGB value is (205,221,241). Sum of RGB (Red+Green+Blue) = 205+221+241=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF1 is #32220E. Grayscale: #DADADA. Windows color (decimal): -3285519 or 15850957. OLE color: 15850957.

HSL color Cylindrical-coordinate representation of color #CDDDF1: hue angle of 213.33º 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 #CDDDF1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205221241-
CMYK0.150.0800.05
HSL213.33º56.25%87.45%-
HSV(B)213.33º14.94%94.51%-
XYZ66.9171.0493.41-
YUV218.5140.7118.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=30.73%
G=33.13%
B=36.13%

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
Decimal2052212410.150.0800.05213.3356.2587.45
HexCDDDF1F805d53857
Octal31533536117100532570127
Binary110011011101110111110001111110000101110101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDF1; }

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

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

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

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

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

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

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

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