Html Css Color HEX #DCFDAB Reef

📋 copy color: '#DCFDAB'

red 220 ◦ green 253 ◦ blue 171

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

Shades of Reef #DCFDAB

Tints of Reef #DCFDAB

RGB

 RED value IS 220 (86.33% from 255) = 34.16%

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

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

R = 34.16%
G = 39.29%
B = 26.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#DCFDAB (or 0xDCFDAB) is known color: Reef. HEX triplet: DC, FD and AB. RGB value is (220,253,171). Sum of RGB (Red+Green+Blue) = 220+253+171=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDAB is #230254. Grayscale: #EAEAEA. Windows color (decimal): -2294357 or 11271644. OLE color: 11271644.

HSL color Cylindrical-coordinate representation of color #DCFDAB: hue angle of 84.15º 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 #DCFDAB is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 171 -
CMYK 0.13 0 0.32 0.01
HSL 84.15º 0.95% 0.83% -
HSV(B) 84.15º 0.32% 0.99% -
XYZ 71.99 88.41 51.8 -
YUV 233.79 92.57 118.17 -
System Red Green Blue C M Y K H S L
Decimal 220 253 171 0.13 0 0.32 0.01 84.15 0.95 0.83
Hex DC FD AB D 0 20 1 54 5F 53
Octal 334 375 253 15 0 40 1 124 137 123
Binary 11011100 11111101 10101011 1101 0 100000 1 1010100 1011111 1010011

Color Harmonies of #DCFDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDAB

Black with #DCFDAB

Text Example


Text Example

White with #DCFDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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