Html Css Color HEX #DDFCB3 Reef

📋 copy color: '#DDFCB3'

red 221 ◦ green 252 ◦ blue 179

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

Shades of Reef #DDFCB3

Tints of Reef #DDFCB3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.65%

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

R = 33.9%
G = 38.65%
B = 27.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#DDFCB3 (or 0xDDFCB3) is known color: Reef. HEX triplet: DD, FC and B3. RGB value is (221,252,179). Sum of RGB (Red+Green+Blue) = 221+252+179=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCB3 is #22034C. Grayscale: #EAEAEA. Windows color (decimal): -2229069 or 11795677. OLE color: 11795677.

HSL color Cylindrical-coordinate representation of color #DDFCB3: hue angle of 85.48º degrees, saturation: 0.92, 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 #DDFCB3 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 252 179 -
CMYK 0.12 0 0.29 0.01
HSL 85.48º 0.92% 0.85% -
HSV(B) 85.48º 0.29% 0.99% -
XYZ 72.77 88.25 55.85 -
YUV 234.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 221 252 179 0.12 0 0.29 0.01 85.48 0.92 0.85
Hex DD FC B3 C 0 1D 1 55 5C 55
Octal 335 374 263 14 0 35 1 125 134 125
Binary 11011101 11111100 10110011 1100 0 11101 1 1010101 1011100 1010101

Color Harmonies of #DDFCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFCB3

Black with #DDFCB3

Text Example


Text Example

White with #DDFCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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