#CDDDF6

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

Shades of Hawkes Blue #CDDDF6

Tints of Hawkes Blue #CDDDF6

Color information

#CDDDF6 (or 0xCDDDF6) is unknown color: approx Hawkes Blue. HEX triplet: CD, DD and F6. RGB value is (205,221,246). Sum of RGB (Red+Green+Blue) = 205+221+246=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF6 is #322209. Grayscale: #DADADA. Windows color (decimal): -3285514 or 16178637. OLE color: 16178637.

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

Color convert

RGB205221246-
CMYK0.170.1000.04
HSL216.59º69.49%88.43%-
HSV(B)216.59º16.67%96.47%-
XYZ67.6771.3597.39-
YUV219.07143.2117.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.51%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=30.51%
G=32.89%
B=36.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052212460.170.1000.04216.5969.4988.43
HexCDDDF611A04d94558
Octal315335366211204331105130
Binary11001101110111011111011010001101001001101100110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDF6; }

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

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

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

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

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

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

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

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