#CDDAFC

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

Shades of Hawkes Blue #CDDAFC

Tints of Hawkes Blue #CDDAFC

Color information

#CDDAFC (or 0xCDDAFC) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and FC. RGB value is (205,218,252). Sum of RGB (Red+Green+Blue) = 205+218+252=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAFC is #322503. Grayscale: #D9D9D9. Windows color (decimal): -3286276 or 16571085. OLE color: 16571085.

HSL color Cylindrical-coordinate representation of color #CDDAFC: hue angle of 223.4º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDAFC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205218252-
CMYK0.190.1300.01
HSL223.4º88.68%89.61%-
HSV(B)223.4º18.65%98.82%-
XYZ67.8270.15102.06-
YUV217.99147.19118.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=30.37%
G=32.30%
B=37.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052182520.190.1300.01223.488.6889.61
HexCDDAFC13D01df595a
Octal315332374231501337131132
Binary110011011101101011111100100111101011101111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAFC; }

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

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

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

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

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

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

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

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