Html Css Color HEX #DDFD8D Reef

📋 copy color: '#DDFD8D'

red 221 ◦ green 253 ◦ blue 141

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

Shades of Reef #DDFD8D

Tints of Reef #DDFD8D

RGB

 RED value IS 221 (86.72% from 255) = 35.93%

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

 BLUE value IS 141 (55.47% from 255) = 22.93%

R = 35.93%
G = 41.14%
B = 22.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#DDFD8D (or 0xDDFD8D) is known color: Reef. HEX triplet: DD, FD and 8D. RGB value is (221,253,141). Sum of RGB (Red+Green+Blue) = 221+253+141=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD8D is #220272. Grayscale: #E7E7E7. Windows color (decimal): -2228851 or 9305565. OLE color: 9305565.

HSL color Cylindrical-coordinate representation of color #DDFD8D: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDFD8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 141 -
CMYK 0.13 0 0.44 0.01
HSL 77.14º 0.97% 0.77% -
HSV(B) 77.14º 0.44% 0.99% -
XYZ 69.75 87.55 38.42 -
YUV 230.66 77.4 121.11 -
System Red Green Blue C M Y K H S L
Decimal 221 253 141 0.13 0 0.44 0.01 77.14 0.97 0.77
Hex DD FD 8D D 0 2C 1 4D 61 4D
Octal 335 375 215 15 0 54 1 115 141 115
Binary 11011101 11111101 10001101 1101 0 101100 1 1001101 1100001 1001101

Color Harmonies of #DDFD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD8D

Black with #DDFD8D

Text Example


Text Example

White with #DDFD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD8D; }

 p { color: rgb(221,253,141); }

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

background-color css

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

 a { background-color: rgb(221,253,141); }

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

border-color css

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

 span { border-color: rgb(221,253,141); }

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