#CCDCFA

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

Shades of Hawkes Blue #CCDCFA

Tints of Hawkes Blue #CCDCFA

Color information

#CCDCFA (or 0xCCDCFA) is unknown color: approx Hawkes Blue. HEX triplet: CC, DC and FA. RGB value is (204,220,250). Sum of RGB (Red+Green+Blue) = 204+220+250=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCFA is #332305. Grayscale: #DADADA. Windows color (decimal): -3351302 or 16440524. OLE color: 16440524.

HSL color Cylindrical-coordinate representation of color #CCDCFA: hue angle of 219.13º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDCFA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204220250-
CMYK0.180.1200.02
HSL219.13º82.14%89.02%-
HSV(B)219.13º18.4%98.04%-
XYZ67.7570.93100.56-
YUV218.64145.7117.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=30.27%
G=32.64%
B=37.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042202500.180.1200.02219.1382.1489.02
HexCCDCFA12C02db5259
Octal314334372221402333122131
Binary1100110011011100111110101001011000101101101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCFA; }

 p { color: rgb(204,220,250); }

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

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

 a { background-color: rgb(204,220,250); }

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

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

 span { border-color: rgb(204,220,250); }

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