#CDDFFC

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

Shades of Hawkes Blue #CDDFFC

Tints of Hawkes Blue #CDDFFC

Color information

#CDDFFC (or 0xCDDFFC) is unknown color: approx Hawkes Blue. HEX triplet: CD, DF and FC. RGB value is (205,223,252). Sum of RGB (Red+Green+Blue) = 205+223+252=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFFC is #322003. Grayscale: #DCDCDC. Windows color (decimal): -3284996 or 16572365. OLE color: 16572365.

HSL color Cylindrical-coordinate representation of color #CDDFFC: hue angle of 217.02º 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 #CDDFFC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205223252-
CMYK0.190.1200.01
HSL217.02º88.68%89.61%-
HSV(B)217.02º18.65%98.82%-
XYZ69.1472.78102.5-
YUV220.92145.54116.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.15%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=30.15%
G=32.79%
B=37.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052232520.190.1200.01217.0288.6889.61
HexCDDFFC13C01d9595a
Octal315337374231401331131132
Binary110011011101111111111100100111100011101100110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFFC; }

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

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

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

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

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

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

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

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