Html Css Color HEX #D4EFB0 Reef

📋 copy color: '#D4EFB0'

red 212 ◦ green 239 ◦ blue 176

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

Shades of Reef #D4EFB0

Tints of Reef #D4EFB0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.12%

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

R = 33.81%
G = 38.12%
B = 28.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#D4EFB0 (or 0xD4EFB0) is known color: Reef. HEX triplet: D4, EF and B0. RGB value is (212,239,176). Sum of RGB (Red+Green+Blue) = 212+239+176=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFB0 is #2B104F. Grayscale: #DFDFDF. Windows color (decimal): -2822224 or 11595732. OLE color: 11595732.

HSL color Cylindrical-coordinate representation of color #D4EFB0: hue angle of 85.71º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4EFB0 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 239 176 -
CMYK 0.11 0 0.26 0.06
HSL 85.71º 0.66% 0.81% -
HSV(B) 85.71º 0.26% 0.94% -
XYZ 65.85 78.86 52.83 -
YUV 223.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 212 239 176 0.11 0 0.26 0.06 85.71 0.66 0.81
Hex D4 EF B0 B 0 1A 6 56 42 51
Octal 324 357 260 13 0 32 6 126 102 121
Binary 11010100 11101111 10110000 1011 0 11010 110 1010110 1000010 1010001

Color Harmonies of #D4EFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EFB0

Black with #D4EFB0

Text Example


Text Example

White with #D4EFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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