Html Css Color HEX #DDF895 Reef

📋 copy color: '#DDF895'

red 221 ◦ green 248 ◦ blue 149

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

Shades of Reef #DDF895

Tints of Reef #DDF895

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.13%

 BLUE value IS 149 (58.59% from 255) = 24.11%

R = 35.76%
G = 40.13%
B = 24.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#DDF895 (or 0xDDF895) is known color: Reef. HEX triplet: DD, F8 and 95. RGB value is (221,248,149). Sum of RGB (Red+Green+Blue) = 221+248+149=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF895 is #22076A. Grayscale: #E5E5E5. Windows color (decimal): -2230123 or 9828573. OLE color: 9828573.

HSL color Cylindrical-coordinate representation of color #DDF895: hue angle of 76.36º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF895 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 149 -
CMYK 0.11 0 0.40 0.03
HSL 76.36º 0.88% 0.78% -
HSV(B) 76.36º 0.4% 0.97% -
XYZ 68.81 84.68 41.15 -
YUV 228.64 83.05 122.55 -
System Red Green Blue C M Y K H S L
Decimal 221 248 149 0.11 0 0.40 0.03 76.36 0.88 0.78
Hex DD F8 95 B 0 28 3 4C 58 4E
Octal 335 370 225 13 0 50 3 114 130 116
Binary 11011101 11111000 10010101 1011 0 101000 11 1001100 1011000 1001110

Color Harmonies of #DDF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF895

Black with #DDF895

Text Example


Text Example

White with #DDF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF895; }

 p { color: rgb(221,248,149); }

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

background-color css

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

 a { background-color: rgb(221,248,149); }

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

border-color css

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

 span { border-color: rgb(221,248,149); }

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