Html Css Color HEX #DDFDA6 Reef

📋 copy color: '#DDFDA6'

red 221 ◦ green 253 ◦ blue 166

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

Shades of Reef #DDFDA6

Tints of Reef #DDFDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.94%

R = 34.53%
G = 39.53%
B = 25.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#DDFDA6 (or 0xDDFDA6) is known color: Reef. HEX triplet: DD, FD and A6. RGB value is (221,253,166). Sum of RGB (Red+Green+Blue) = 221+253+166=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDA6 is #220259. Grayscale: #E9E9E9. Windows color (decimal): -2228826 or 10943965. OLE color: 10943965.

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

Color convert

RGB 221 253 166 -
CMYK 0.13 0 0.34 0.01
HSL 82.07º 0.96% 0.82% -
HSV(B) 82.07º 0.34% 0.99% -
XYZ 71.83 88.38 49.35 -
YUV 233.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 221 253 166 0.13 0 0.34 0.01 82.07 0.96 0.82
Hex DD FD A6 D 0 22 1 52 60 52
Octal 335 375 246 15 0 42 1 122 140 122
Binary 11011101 11111101 10100110 1101 0 100010 1 1010010 1100000 1010010

Color Harmonies of #DDFDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDA6

Black with #DDFDA6

Text Example


Text Example

White with #DDFDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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