Html Css Color HEX #DDFD8E Reef

📋 copy color: '#DDFD8E'

red 221 ◦ green 253 ◦ blue 142

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

Shades of Reef #DDFD8E

Tints of Reef #DDFD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.05%

R = 35.88%
G = 41.07%
B = 23.05%

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

#DDFD8E (or 0xDDFD8E) is known color: Reef. HEX triplet: DD, FD and 8E. RGB value is (221,253,142). Sum of RGB (Red+Green+Blue) = 221+253+142=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 142 (55.86% from 255 or 23.05% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD8E is #220271. Grayscale: #E7E7E7. Windows color (decimal): -2228850 or 9371101. OLE color: 9371101.

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

Color convert

RGB 221 253 142 -
CMYK 0.13 0 0.44 0.01
HSL 77.3º 0.97% 0.77% -
HSV(B) 77.3º 0.44% 0.99% -
XYZ 69.83 87.58 38.81 -
YUV 230.78 77.9 121.03 -
System Red Green Blue C M Y K H S L
Decimal 221 253 142 0.13 0 0.44 0.01 77.3 0.97 0.77
Hex DD FD 8E D 0 2C 1 4D 61 4D
Octal 335 375 216 15 0 54 1 115 141 115
Binary 11011101 11111101 10001110 1101 0 101100 1 1001101 1100001 1001101

Color Harmonies of #DDFD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD8E

Black with #DDFD8E

Text Example


Text Example

White with #DDFD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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