Html Css Color HEX #D2DFAB Reef

📋 copy color: '#D2DFAB'

red 210 ◦ green 223 ◦ blue 171

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

Shades of Reef #D2DFAB

Tints of Reef #D2DFAB

RGB

 RED value IS 210 (82.42% from 255) = 34.77%

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

 BLUE value IS 171 (67.19% from 255) = 28.31%

R = 34.77%
G = 36.92%
B = 28.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D2DFAB (or 0xD2DFAB) is known color: Reef. HEX triplet: D2, DF and AB. RGB value is (210,223,171). Sum of RGB (Red+Green+Blue) = 210+223+171=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFAB is #2D2054. Grayscale: #D5D5D5. Windows color (decimal): -2957397 or 11263954. OLE color: 11263954.

HSL color Cylindrical-coordinate representation of color #D2DFAB: hue angle of 75º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2DFAB is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 223 171 -
CMYK 0.06 0 0.23 0.13
HSL 75º 0.45% 0.77% -
HSV(B) 75º 0.23% 0.87% -
XYZ 60.32 69.42 48.75 -
YUV 213.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 210 223 171 0.06 0 0.23 0.13 75 0.45 0.77
Hex D2 DF AB 6 0 17 D 4B 2D 4D
Octal 322 337 253 6 0 27 15 113 55 115
Binary 11010010 11011111 10101011 110 0 10111 1101 1001011 101101 1001101

Color Harmonies of #D2DFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFAB

Black with #D2DFAB

Text Example


Text Example

White with #D2DFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFAB; }

 p { color: rgb(210,223,171); }

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

background-color css

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

 a { background-color: rgb(210,223,171); }

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

border-color css

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

 span { border-color: rgb(210,223,171); }

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