Html Css Color HEX #DCDFE6 Hawkes Blue

📋 copy color: '#DCDFE6'

red 220 ◦ green 223 ◦ blue 230

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

Shades of Hawkes Blue #DCDFE6

Tints of Hawkes Blue #DCDFE6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.14%

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

R = 32.69%
G = 33.14%
B = 34.18%

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

#DCDFE6 (or 0xDCDFE6) is known color: Hawkes Blue. HEX triplet: DC, DF and E6. RGB value is (220,223,230). Sum of RGB (Red+Green+Blue) = 220+223+230=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFE6 is #232019. Grayscale: #DEDEDE. Windows color (decimal): -2301978 or 15130588. OLE color: 15130588.

HSL color Cylindrical-coordinate representation of color #DCDFE6: hue angle of 222º 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 #DCDFE6 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 223 230 -
CMYK 0.04 0.03 0 0.10
HSL 222º 0.17% 0.88% -
HSV(B) 222º 0.04% 0.9% -
XYZ 70.19 73.7 85.39 -
YUV 222.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 220 223 230 0.04 0.03 0 0.10 222 0.17 0.88
Hex DC DF E6 4 3 0 A DE 11 58
Octal 334 337 346 4 3 0 12 336 21 130
Binary 11011100 11011111 11100110 100 11 0 1010 11011110 10001 1011000

Color Harmonies of #DCDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDFE6

Black with #DCDFE6

Text Example


Text Example

White with #DCDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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