Html Css Color HEX #DDFDB2 Reef

📋 copy color: '#DDFDB2'

red 221 ◦ green 253 ◦ blue 178

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

Shades of Reef #DDFDB2

Tints of Reef #DDFDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.3%

R = 33.9%
G = 38.8%
B = 27.3%

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

#DDFDB2 (or 0xDDFDB2) is known color: Reef. HEX triplet: DD, FD and B2. RGB value is (221,253,178). Sum of RGB (Red+Green+Blue) = 221+253+178=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDB2 is #22024D. Grayscale: #EBEBEB. Windows color (decimal): -2228814 or 11730397. OLE color: 11730397.

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

Color convert

RGB 221 253 178 -
CMYK 0.13 0 0.30 0.01
HSL 85.6º 0.95% 0.85% -
HSV(B) 85.6º 0.3% 0.99% -
XYZ 72.98 88.84 55.42 -
YUV 234.88 95.9 118.1 -
System Red Green Blue C M Y K H S L
Decimal 221 253 178 0.13 0 0.30 0.01 85.6 0.95 0.85
Hex DD FD B2 D 0 1E 1 56 5F 55
Octal 335 375 262 15 0 36 1 126 137 125
Binary 11011101 11111101 10110010 1101 0 11110 1 1010110 1011111 1010101

Color Harmonies of #DDFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDB2

Black with #DDFDB2

Text Example


Text Example

White with #DDFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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