Html Css Color HEX #D2FDAB Reef

📋 copy color: '#D2FDAB'

red 210 ◦ green 253 ◦ blue 171

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

Shades of Reef #D2FDAB

Tints of Reef #D2FDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.91%

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

R = 33.12%
G = 39.91%
B = 26.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#D2FDAB (or 0xD2FDAB) is known color: Reef. HEX triplet: D2, FD and AB. RGB value is (210,253,171). Sum of RGB (Red+Green+Blue) = 210+253+171=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FDAB is #2D0254. Grayscale: #E7E7E7. Windows color (decimal): -2949717 or 11271634. OLE color: 11271634.

HSL color Cylindrical-coordinate representation of color #D2FDAB: hue angle of 91.46º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2FDAB is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 253 171 -
CMYK 0.17 0 0.32 0.01
HSL 91.46º 0.95% 0.83% -
HSV(B) 91.46º 0.32% 0.99% -
XYZ 69.05 86.89 51.66 -
YUV 230.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 210 253 171 0.17 0 0.32 0.01 91.46 0.95 0.83
Hex D2 FD AB 11 0 20 1 5B 5F 53
Octal 322 375 253 21 0 40 1 133 137 123
Binary 11010010 11111101 10101011 10001 0 100000 1 1011011 1011111 1010011

Color Harmonies of #D2FDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FDAB

Black with #D2FDAB

Text Example


Text Example

White with #D2FDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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