#CDDAF7

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

Shades of Hawkes Blue #CDDAF7

Tints of Hawkes Blue #CDDAF7

Color information

#CDDAF7 (or 0xCDDAF7) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and F7. RGB value is (205,218,247). Sum of RGB (Red+Green+Blue) = 205+218+247=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF7 is #322508. Grayscale: #D9D9D9. Windows color (decimal): -3286281 or 16243405. OLE color: 16243405.

HSL color Cylindrical-coordinate representation of color #CDDAF7: hue angle of 221.43º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDAF7 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205218247-
CMYK0.170.1200.03
HSL221.43º72.41%88.63%-
HSV(B)221.43º17%96.86%-
XYZ67.0469.8497.94-
YUV217.42144.69119.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 247 (96.88% from 255) = 36.87%
R=30.60%
G=32.54%
B=36.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052182470.170.1200.03221.4372.4188.63
HexCDDAF711C03dd4859
Octal315332367211403335110131
Binary1100110111011010111101111000111000111101110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAF7; }

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

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

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

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

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

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

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

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