Html Css Color HEX #DDF5B2 Reef

📋 copy color: '#DDF5B2'

red 221 ◦ green 245 ◦ blue 178

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

Shades of Reef #DDF5B2

Tints of Reef #DDF5B2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.04%

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

R = 34.32%
G = 38.04%
B = 27.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#DDF5B2 (or 0xDDF5B2) is known color: Reef. HEX triplet: DD, F5 and B2. RGB value is (221,245,178). Sum of RGB (Red+Green+Blue) = 221+245+178=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF5B2 is #220A4D. Grayscale: #E6E6E6. Windows color (decimal): -2230862 or 11728349. OLE color: 11728349.

HSL color Cylindrical-coordinate representation of color #DDF5B2: hue angle of 81.49º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDF5B2 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 178 -
CMYK 0.10 0 0.27 0.04
HSL 81.49º 0.77% 0.83% -
HSV(B) 81.49º 0.27% 0.96% -
XYZ 70.51 83.89 54.6 -
YUV 230.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 221 245 178 0.10 0 0.27 0.04 81.49 0.77 0.83
Hex DD F5 B2 A 0 1B 4 51 4D 53
Octal 335 365 262 12 0 33 4 121 115 123
Binary 11011101 11110101 10110010 1010 0 11011 100 1010001 1001101 1010011

Color Harmonies of #DDF5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF5B2

Black with #DDF5B2

Text Example


Text Example

White with #DDF5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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