Html Css Color HEX #D4EFAB Reef

📋 copy color: '#D4EFAB'

red 212 ◦ green 239 ◦ blue 171

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

Shades of Reef #D4EFAB

Tints of Reef #D4EFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.49%

R = 34.08%
G = 38.42%
B = 27.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#D4EFAB (or 0xD4EFAB) is known color: Reef. HEX triplet: D4, EF and AB. RGB value is (212,239,171). Sum of RGB (Red+Green+Blue) = 212+239+171=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFAB is #2B1054. Grayscale: #DFDFDF. Windows color (decimal): -2822229 or 11268052. OLE color: 11268052.

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

Color convert

RGB 212 239 171 -
CMYK 0.11 0 0.28 0.06
HSL 83.82º 0.68% 0.8% -
HSV(B) 83.82º 0.28% 0.94% -
XYZ 65.37 78.67 50.27 -
YUV 223.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 212 239 171 0.11 0 0.28 0.06 83.82 0.68 0.8
Hex D4 EF AB B 0 1C 6 54 44 50
Octal 324 357 253 13 0 34 6 124 104 120
Binary 11010100 11101111 10101011 1011 0 11100 110 1010100 1000100 1010000

Color Harmonies of #D4EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EFAB

Black with #D4EFAB

Text Example


Text Example

White with #D4EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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