Html Css Color HEX #D2EFAB Reef

📋 copy color: '#D2EFAB'

red 210 ◦ green 239 ◦ blue 171

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

Shades of Reef #D2EFAB

Tints of Reef #D2EFAB

RGB

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

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

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

R = 33.87%
G = 38.55%
B = 27.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#D2EFAB (or 0xD2EFAB) is known color: Reef. HEX triplet: D2, EF and AB. RGB value is (210,239,171). Sum of RGB (Red+Green+Blue) = 210+239+171=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EFAB is #2D1054. Grayscale: #DEDEDE. Windows color (decimal): -2953301 or 11268050. OLE color: 11268050.

HSL color Cylindrical-coordinate representation of color #D2EFAB: hue angle of 85.59º 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 #D2EFAB is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 171 -
CMYK 0.12 0 0.28 0.06
HSL 85.59º 0.68% 0.8% -
HSV(B) 85.59º 0.28% 0.94% -
XYZ 64.8 78.37 50.24 -
YUV 222.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 210 239 171 0.12 0 0.28 0.06 85.59 0.68 0.8
Hex D2 EF AB C 0 1C 6 56 44 50
Octal 322 357 253 14 0 34 6 126 104 120
Binary 11010010 11101111 10101011 1100 0 11100 110 1010110 1000100 1010000

Color Harmonies of #D2EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFAB

Black with #D2EFAB

Text Example


Text Example

White with #D2EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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