Html Css Color HEX #DCFDB1 Reef

📋 copy color: '#DCFDB1'

red 220 ◦ green 253 ◦ blue 177

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

Shades of Reef #DCFDB1

Tints of Reef #DCFDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.23%

R = 33.85%
G = 38.92%
B = 27.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#DCFDB1 (or 0xDCFDB1) is known color: Reef. HEX triplet: DC, FD and B1. RGB value is (220,253,177). Sum of RGB (Red+Green+Blue) = 220+253+177=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDB1 is #23024E. Grayscale: #EAEAEA. Windows color (decimal): -2294351 or 11664860. OLE color: 11664860.

HSL color Cylindrical-coordinate representation of color #DCFDB1: hue angle of 86.05º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFDB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 177 -
CMYK 0.13 0 0.30 0.01
HSL 86.05º 0.95% 0.84% -
HSV(B) 86.05º 0.3% 0.99% -
XYZ 72.58 88.64 54.88 -
YUV 234.47 95.57 117.68 -
System Red Green Blue C M Y K H S L
Decimal 220 253 177 0.13 0 0.30 0.01 86.05 0.95 0.84
Hex DC FD B1 D 0 1E 1 56 5F 54
Octal 334 375 261 15 0 36 1 126 137 124
Binary 11011100 11111101 10110001 1101 0 11110 1 1010110 1011111 1010100

Color Harmonies of #DCFDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDB1

Black with #DCFDB1

Text Example


Text Example

White with #DCFDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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