#CCDDF3

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

Shades of Hawkes Blue #CCDDF3

Tints of Hawkes Blue #CCDDF3

Color information

#CCDDF3 (or 0xCCDDF3) is unknown color: approx Hawkes Blue. HEX triplet: CC, DD and F3. RGB value is (204,221,243). Sum of RGB (Red+Green+Blue) = 204+221+243=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDF3 is #33220C. Grayscale: #DADADA. Windows color (decimal): -3351053 or 15982028. OLE color: 15982028.

HSL color Cylindrical-coordinate representation of color #CCDDF3: hue angle of 213.85º 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 #CCDDF3 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204221243-
CMYK0.160.0900.05
HSL213.85º61.9%87.65%-
HSV(B)213.85º16.05%95.29%-
XYZ66.9471.0294.97-
YUV218.42141.87117.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.54%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=30.54%
G=33.08%
B=36.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042212430.160.0900.05213.8561.987.65
HexCCDDF310905d63e58
Octal31433536320110532676130
Binary1100110011011101111100111000010010101110101101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDF3; }

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

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

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

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

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

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

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

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