#CCDAFE

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

Shades of Hawkes Blue #CCDAFE

Tints of Hawkes Blue #CCDAFE

Color information

#CCDAFE (or 0xCCDAFE) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and FE. RGB value is (204,218,254). Sum of RGB (Red+Green+Blue) = 204+218+254=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAFE is #332501. Grayscale: #D9D9D9. Windows color (decimal): -3351810 or 16702156. OLE color: 16702156.

HSL color Cylindrical-coordinate representation of color #CCDAFE: hue angle of 223.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDAFE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204218254-
CMYK0.200.1400.00
HSL223.2º96.15%89.8%-
HSV(B)223.2º19.69%99.61%-
XYZ67.8670.14103.73-
YUV217.92148.36118.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.18%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=30.18%
G=32.25%
B=37.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042182540.200.1400.00223.296.1589.8
HexCCDAFE14E00df605a
Octal314332376241600337140132
Binary110011001101101011111110101001110001101111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAFE; }

 p { color: rgb(204,218,254); }

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

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

 a { background-color: rgb(204,218,254); }

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

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

 span { border-color: rgb(204,218,254); }

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