Html Css Color HEX #D3E6B4 Reef

📋 copy color: '#D3E6B4'

red 211 ◦ green 230 ◦ blue 180

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

Shades of Reef #D3E6B4

Tints of Reef #D3E6B4

RGB

 RED value IS 211 (82.81% from 255) = 33.98%

 GREEN value IS 230 (90.23% from 255) = 37.04%

 BLUE value IS 180 (70.7% from 255) = 28.99%

R = 33.98%
G = 37.04%
B = 28.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#D3E6B4 (or 0xD3E6B4) is known color: Reef. HEX triplet: D3, E6 and B4. RGB value is (211,230,180). Sum of RGB (Red+Green+Blue) = 211+230+180=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6B4 is #2C194B. Grayscale: #DADADA. Windows color (decimal): -2890060 or 11855571. OLE color: 11855571.

HSL color Cylindrical-coordinate representation of color #D3E6B4: hue angle of 82.8º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3E6B4 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 230 180 -
CMYK 0.08 0 0.22 0.10
HSL 82.8º 0.5% 0.8% -
HSV(B) 82.8º 0.22% 0.9% -
XYZ 63.4 73.74 54.07 -
YUV 218.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 211 230 180 0.08 0 0.22 0.10 82.8 0.5 0.8
Hex D3 E6 B4 8 0 16 A 53 32 50
Octal 323 346 264 10 0 26 12 123 62 120
Binary 11010011 11100110 10110100 1000 0 10110 1010 1010011 110010 1010000

Color Harmonies of #D3E6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E6B4

Black with #D3E6B4

Text Example


Text Example

White with #D3E6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E6B4; }

 p { color: rgb(211,230,180); }

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

background-color css

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

 a { background-color: rgb(211,230,180); }

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

border-color css

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

 span { border-color: rgb(211,230,180); }

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