#CDDAF6

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

Shades of Hawkes Blue #CDDAF6

Tints of Hawkes Blue #CDDAF6

Color information

#CDDAF6 (or 0xCDDAF6) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and F6. RGB value is (205,218,246). Sum of RGB (Red+Green+Blue) = 205+218+246=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF6 is #322509. Grayscale: #D9D9D9. Windows color (decimal): -3286282 or 16177869. OLE color: 16177869.

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

Color convert

RGB205218246-
CMYK0.170.1100.04
HSL220.98º69.49%88.43%-
HSV(B)220.98º16.67%96.47%-
XYZ66.8869.7897.13-
YUV217.3144.19119.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=30.64%
G=32.59%
B=36.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052182460.170.1100.04220.9869.4988.43
HexCDDAF611B04dd4558
Octal315332366211304335105130
Binary11001101110110101111011010001101101001101110110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAF6; }

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

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

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

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

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

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

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

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