#CCDEFF

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

Shades of Hawkes Blue #CCDEFF

Tints of Hawkes Blue #CCDEFF

Color information

#CCDEFF (or 0xCCDEFF) is unknown color: approx Hawkes Blue. HEX triplet: CC, DE and FF. RGB value is (204,222,255). Sum of RGB (Red+Green+Blue) = 204+222+255=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEFF is #332100. Grayscale: #DCDCDC. Windows color (decimal): -3350785 or 16768716. OLE color: 16768716.

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

Color convert

RGB204222255-
CMYK0.20.1300
HSL218.82º100%90%-
HSV(B)218.82º20%100%-
XYZ69.0772.3104.92-
YUV220.38147.54116.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 255 (100% from 255) = 37.44%
R=29.96%
G=32.60%
B=37.44%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042222550.20.1300218.8210090
HexCCDEFF14D00db645a
Octal314336377241500333144132
Binary110011001101111011111111101001101001101101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEFF; }

 p { color: rgb(204,222,255); }

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

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

 a { background-color: rgb(204,222,255); }

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

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

 span { border-color: rgb(204,222,255); }

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