Html Css Color HEX #DCDFE7 Hawkes Blue

📋 copy color: '#DCDFE7'

red 220 ◦ green 223 ◦ blue 231

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

Shades of Hawkes Blue #DCDFE7

Tints of Hawkes Blue #DCDFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.27%

R = 32.64%
G = 33.09%
B = 34.27%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCDFE7 (or 0xDCDFE7) is known color: Hawkes Blue. HEX triplet: DC, DF and E7. RGB value is (220,223,231). Sum of RGB (Red+Green+Blue) = 220+223+231=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFE7 is #232018. Grayscale: #DEDEDE. Windows color (decimal): -2301977 or 15196124. OLE color: 15196124.

HSL color Cylindrical-coordinate representation of color #DCDFE7: hue angle of 223.64º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDFE7 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 223 231 -
CMYK 0.05 0.03 0 0.09
HSL 223.64º 0.19% 0.88% -
HSV(B) 223.64º 0.05% 0.91% -
XYZ 70.33 73.76 86.13 -
YUV 223.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 220 223 231 0.05 0.03 0 0.09 223.64 0.19 0.88
Hex DC DF E7 5 3 0 9 E0 13 58
Octal 334 337 347 5 3 0 11 340 23 130
Binary 11011100 11011111 11100111 101 11 0 1001 11100000 10011 1011000

Color Harmonies of #DCDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDFE7

Black with #DCDFE7

Text Example


Text Example

White with #DCDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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