Html Css Color HEX #DDFDB3 Reef

📋 copy color: '#DDFDB3'

red 221 ◦ green 253 ◦ blue 179

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

Shades of Reef #DDFDB3

Tints of Reef #DDFDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.41%

R = 33.84%
G = 38.74%
B = 27.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#DDFDB3 (or 0xDDFDB3) is known color: Reef. HEX triplet: DD, FD and B3. RGB value is (221,253,179). Sum of RGB (Red+Green+Blue) = 221+253+179=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDB3 is #22024C. Grayscale: #EBEBEB. Windows color (decimal): -2228813 or 11795933. OLE color: 11795933.

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

Color convert

RGB 221 253 179 -
CMYK 0.13 0 0.29 0.01
HSL 85.95º 0.95% 0.85% -
HSV(B) 85.95º 0.29% 0.99% -
XYZ 73.08 88.88 55.95 -
YUV 235 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 221 253 179 0.13 0 0.29 0.01 85.95 0.95 0.85
Hex DD FD B3 D 0 1D 1 56 5F 55
Octal 335 375 263 15 0 35 1 126 137 125
Binary 11011101 11111101 10110011 1101 0 11101 1 1010110 1011111 1010101

Color Harmonies of #DDFDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDB3

Black with #DDFDB3

Text Example


Text Example

White with #DDFDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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