Html Css Color HEX #D2E3B2 Reef

📋 copy color: '#D2E3B2'

red 210 ◦ green 227 ◦ blue 178

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

Shades of Reef #D2E3B2

Tints of Reef #D2E3B2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.91%

 BLUE value IS 178 (69.92% from 255) = 28.94%

R = 34.15%
G = 36.91%
B = 28.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#D2E3B2 (or 0xD2E3B2) is known color: Reef. HEX triplet: D2, E3 and B2. RGB value is (210,227,178). Sum of RGB (Red+Green+Blue) = 210+227+178=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E3B2 is #2D1C4D. Grayscale: #D8D8D8. Windows color (decimal): -2956366 or 11723730. OLE color: 11723730.

HSL color Cylindrical-coordinate representation of color #D2E3B2: hue angle of 80.82º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2E3B2 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 227 178 -
CMYK 0.07 0 0.22 0.11
HSL 80.82º 0.47% 0.79% -
HSV(B) 80.82º 0.22% 0.89% -
XYZ 62.08 71.85 52.72 -
YUV 216.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 210 227 178 0.07 0 0.22 0.11 80.82 0.47 0.79
Hex D2 E3 B2 7 0 16 B 51 2F 4F
Octal 322 343 262 7 0 26 13 121 57 117
Binary 11010010 11100011 10110010 111 0 10110 1011 1010001 101111 1001111

Color Harmonies of #D2E3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E3B2

Black with #D2E3B2

Text Example


Text Example

White with #D2E3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E3B2; }

 p { color: rgb(210,227,178); }

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

background-color css

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

 a { background-color: rgb(210,227,178); }

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

border-color css

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

 span { border-color: rgb(210,227,178); }

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