Html Css Color HEX #D4EBB0 Reef

📋 copy color: '#D4EBB0'

red 212 ◦ green 235 ◦ blue 176

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

Shades of Reef #D4EBB0

Tints of Reef #D4EBB0

RGB

 RED value IS 212 (83.2% from 255) = 34.03%

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

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

R = 34.03%
G = 37.72%
B = 28.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#D4EBB0 (or 0xD4EBB0) is known color: Reef. HEX triplet: D4, EB and B0. RGB value is (212,235,176). Sum of RGB (Red+Green+Blue) = 212+235+176=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBB0 is #2B144F. Grayscale: #DDDDDD. Windows color (decimal): -2823248 or 11594708. OLE color: 11594708.

HSL color Cylindrical-coordinate representation of color #D4EBB0: hue angle of 83.39º 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 #D4EBB0 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 176 -
CMYK 0.10 0 0.25 0.08
HSL 83.39º 0.6% 0.81% -
HSV(B) 83.39º 0.25% 0.92% -
XYZ 64.7 76.55 52.44 -
YUV 221.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 212 235 176 0.10 0 0.25 0.08 83.39 0.6 0.81
Hex D4 EB B0 A 0 19 8 53 3C 51
Octal 324 353 260 12 0 31 10 123 74 121
Binary 11010100 11101011 10110000 1010 0 11001 1000 1010011 111100 1010001

Color Harmonies of #D4EBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EBB0

Black with #D4EBB0

Text Example


Text Example

White with #D4EBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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