#DCDFEE

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

Shades of Hawkes Blue #DCDFEE

Tints of Hawkes Blue #DCDFEE

Color information

#DCDFEE (or 0xDCDFEE) is unknown color: approx Hawkes Blue. HEX triplet: DC, DF and EE. RGB value is (220,223,238). Sum of RGB (Red+Green+Blue) = 220+223+238=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFEE is #232011. Grayscale: #DFDFDF. Windows color (decimal): -2301970 or 15654876. OLE color: 15654876.

HSL color Cylindrical-coordinate representation of color #DCDFEE: hue angle of 230º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDFEE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220223238-
CMYK0.080.0600.07
HSL230º34.62%89.8%-
HSV(B)230º7.56%93.33%-
XYZ71.3474.1691.44-
YUV223.81136.01125.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=32.31%
G=32.75%
B=34.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202232380.080.0600.0723034.6289.8
HexDCDFEE8607e6235a
Octal3343373561060734643132
Binary11011100110111111110111010001100111111001101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFEE; }

 p { color: rgb(220,223,238); }

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

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

 a { background-color: rgb(220,223,238); }

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

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

 span { border-color: rgb(220,223,238); }

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