Html Css Color HEX #DDFBA5 Reef

📋 copy color: '#DDFBA5'

red 221 ◦ green 251 ◦ blue 165

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

Shades of Reef #DDFBA5

Tints of Reef #DDFBA5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.4%

 BLUE value IS 165 (64.84% from 255) = 25.9%

R = 34.69%
G = 39.4%
B = 25.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#DDFBA5 (or 0xDDFBA5) is known color: Reef. HEX triplet: DD, FB and A5. RGB value is (221,251,165). Sum of RGB (Red+Green+Blue) = 221+251+165=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 165 (64.84% from 255 or 25.90% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBA5 is #22045A. Grayscale: #E8E8E8. Windows color (decimal): -2229339 or 10877917. OLE color: 10877917.

HSL color Cylindrical-coordinate representation of color #DDFBA5: hue angle of 80.93º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDFBA5 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 165 -
CMYK 0.12 0 0.34 0.02
HSL 80.93º 0.91% 0.82% -
HSV(B) 80.93º 0.34% 0.98% -
XYZ 71.11 87.08 48.66 -
YUV 232.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 221 251 165 0.12 0 0.34 0.02 80.93 0.91 0.82
Hex DD FB A5 C 0 22 2 51 5B 52
Octal 335 373 245 14 0 42 2 121 133 122
Binary 11011101 11111011 10100101 1100 0 100010 10 1010001 1011011 1010010

Color Harmonies of #DDFBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFBA5

Black with #DDFBA5

Text Example


Text Example

White with #DDFBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFBA5; }

 p { color: rgb(221,251,165); }

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

background-color css

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

 a { background-color: rgb(221,251,165); }

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

border-color css

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

 span { border-color: rgb(221,251,165); }

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