Html Css Color HEX #D2EBB0 Reef

📋 copy color: '#D2EBB0'

red 210 ◦ green 235 ◦ blue 176

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

Shades of Reef #D2EBB0

Tints of Reef #D2EBB0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.84%

 BLUE value IS 176 (69.14% from 255) = 28.34%

R = 33.82%
G = 37.84%
B = 28.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#D2EBB0 (or 0xD2EBB0) is known color: Reef. HEX triplet: D2, EB and B0. RGB value is (210,235,176). Sum of RGB (Red+Green+Blue) = 210+235+176=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EBB0 is #2D144F. Grayscale: #DDDDDD. Windows color (decimal): -2954320 or 11594706. OLE color: 11594706.

HSL color Cylindrical-coordinate representation of color #D2EBB0: hue angle of 85.42º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2EBB0 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 176 -
CMYK 0.11 0 0.25 0.08
HSL 85.42º 0.6% 0.81% -
HSV(B) 85.42º 0.25% 0.92% -
XYZ 64.12 76.25 52.41 -
YUV 220.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 210 235 176 0.11 0 0.25 0.08 85.42 0.6 0.81
Hex D2 EB B0 B 0 19 8 55 3C 51
Octal 322 353 260 13 0 31 10 125 74 121
Binary 11010010 11101011 10110000 1011 0 11001 1000 1010101 111100 1010001

Color Harmonies of #D2EBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBB0

Black with #D2EBB0

Text Example


Text Example

White with #D2EBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBB0; }

 p { color: rgb(210,235,176); }

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

background-color css

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

 a { background-color: rgb(210,235,176); }

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

border-color css

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

 span { border-color: rgb(210,235,176); }

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