Html Css Color HEX #DCDEE6 Hawkes Blue

📋 copy color: '#DCDEE6'

red 220 ◦ green 222 ◦ blue 230

#DCDEE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #DCDEE6

Tints of Hawkes Blue #DCDEE6

RGB

 RED value IS 220 (86.33% from 255) = 32.74%

 GREEN value IS 222 (87.11% from 255) = 33.04%

 BLUE value IS 230 (90.23% from 255) = 34.23%

R = 32.74%
G = 33.04%
B = 34.23%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCDEE6 (or 0xDCDEE6) is known color: Hawkes Blue. HEX triplet: DC, DE and E6. RGB value is (220,222,230). Sum of RGB (Red+Green+Blue) = 220+222+230=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEE6 is #232119. Grayscale: #DEDEDE. Windows color (decimal): -2302234 or 15130332. OLE color: 15130332.

HSL color Cylindrical-coordinate representation of color #DCDEE6: hue angle of 228º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDEE6 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 222 230 -
CMYK 0.04 0.03 0 0.10
HSL 228º 0.17% 0.88% -
HSV(B) 228º 0.04% 0.9% -
XYZ 69.92 73.17 85.3 -
YUV 222.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 220 222 230 0.04 0.03 0 0.10 228 0.17 0.88
Hex DC DE E6 4 3 0 A E4 11 58
Octal 334 336 346 4 3 0 12 344 21 130
Binary 11011100 11011110 11100110 100 11 0 1010 11100100 10001 1011000

Color Harmonies of #DCDEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDEE6

Black with #DCDEE6

Text Example


Text Example

White with #DCDEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDEE6; }

 p { color: rgb(220,222,230); }

 H1.HeaderClassName
 {
   color: #DCDEE6;
 }
 .AnyTagClassName
 {
   color: #DCDEE6;
 }
</style>

background-color css

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

 a { background-color: rgb(220,222,230); }

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

border-color css

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

 span { border-color: rgb(220,222,230); }

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