#CFDCFA

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

Shades of Hawkes Blue #CFDCFA

Tints of Hawkes Blue #CFDCFA

Color information

#CFDCFA (or 0xCFDCFA) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and FA. RGB value is (207,220,250). Sum of RGB (Red+Green+Blue) = 207+220+250=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCFA is #302305. Grayscale: #DBDBDB. Windows color (decimal): -3154694 or 16440527. OLE color: 16440527.

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

Color convert

RGB207220250-
CMYK0.170.1200.02
HSL221.86º81.13%89.61%-
HSV(B)221.86º17.2%98.04%-
XYZ68.5871.35100.6-
YUV219.53145.19119.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.58%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 250 (98.05% from 255) = 36.93%
R=30.58%
G=32.50%
B=36.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072202500.170.1200.02221.8681.1389.61
HexCFDCFA11C02de515a
Octal317334372211402336121132
Binary1100111111011100111110101000111000101101111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCFA; }

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

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

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

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

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

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

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

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