Html Css Color HEX #D0DFE1 Mabel

📋 copy color: '#D0DFE1'

red 208 ◦ green 223 ◦ blue 225

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

Shades of Mabel #D0DFE1

Tints of Mabel #D0DFE1

RGB

 RED value IS 208 (81.64% from 255) = 31.71%

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

 BLUE value IS 225 (88.28% from 255) = 34.3%

R = 31.71%
G = 33.99%
B = 34.3%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D0DFE1 (or 0xD0DFE1) is known color: Mabel. HEX triplet: D0, DF and E1. RGB value is (208,223,225). Sum of RGB (Red+Green+Blue) = 208+223+225=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFE1 is #2F201E. Grayscale: #DADADA. Windows color (decimal): -3088415 or 14802896. OLE color: 14802896.

HSL color Cylindrical-coordinate representation of color #D0DFE1: hue angle of 187.06º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DFE1 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 223 225 -
CMYK 0.08 0.01 0 0.12
HSL 187.06º 0.22% 0.85% -
HSV(B) 187.06º 0.08% 0.88% -
XYZ 65.99 71.62 81.58 -
YUV 218.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 208 223 225 0.08 0.01 0 0.12 187.06 0.22 0.85
Hex D0 DF E1 8 1 0 C BB 16 55
Octal 320 337 341 10 1 0 14 273 26 125
Binary 11010000 11011111 11100001 1000 1 0 1100 10111011 10110 1010101

Color Harmonies of #D0DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFE1

Black with #D0DFE1

Text Example


Text Example

White with #D0DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFE1; }

 p { color: rgb(208,223,225); }

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

background-color css

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

 a { background-color: rgb(208,223,225); }

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

border-color css

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

 span { border-color: rgb(208,223,225); }

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