Html Css Color HEX #DDFCB2 Reef

📋 copy color: '#DDFCB2'

red 221 ◦ green 252 ◦ blue 178

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

Shades of Reef #DDFCB2

Tints of Reef #DDFCB2

RGB

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

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

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

R = 33.95%
G = 38.71%
B = 27.34%

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

#DDFCB2 (or 0xDDFCB2) is known color: Reef. HEX triplet: DD, FC and B2. RGB value is (221,252,178). Sum of RGB (Red+Green+Blue) = 221+252+178=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFCB2 is #22034D. Grayscale: #EAEAEA. Windows color (decimal): -2229070 or 11730141. OLE color: 11730141.

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

Color convert

RGB 221 252 178 -
CMYK 0.12 0 0.29 0.01
HSL 85.14º 0.93% 0.84% -
HSV(B) 85.14º 0.29% 0.99% -
XYZ 72.67 88.21 55.32 -
YUV 234.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 221 252 178 0.12 0 0.29 0.01 85.14 0.93 0.84
Hex DD FC B2 C 0 1D 1 55 5C 54
Octal 335 374 262 14 0 35 1 125 134 124
Binary 11011101 11111100 10110010 1100 0 11101 1 1010101 1011100 1010100

Color Harmonies of #DDFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFCB2

Black with #DDFCB2

Text Example


Text Example

White with #DDFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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