#CCDAF3

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

Shades of Hawkes Blue #CCDAF3

Tints of Hawkes Blue #CCDAF3

Color information

#CCDAF3 (or 0xCCDAF3) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and F3. RGB value is (204,218,243). Sum of RGB (Red+Green+Blue) = 204+218+243=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF3 is #33250C. Grayscale: #D8D8D8. Windows color (decimal): -3351821 or 15981260. OLE color: 15981260.

HSL color Cylindrical-coordinate representation of color #CCDAF3: hue angle of 218.46º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDAF3 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204218243-
CMYK0.160.1000.05
HSL218.46º61.9%87.65%-
HSV(B)218.46º16.05%95.29%-
XYZ66.1569.4594.71-
YUV216.66142.86118.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=30.68%
G=32.78%
B=36.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042182430.160.1000.05218.4661.987.65
HexCCDAF310A05da3e58
Octal31433236320120533276130
Binary1100110011011010111100111000010100101110110101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAF3; }

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

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

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

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

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

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

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

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