Html Css Color HEX #DDF3AB Reef

📋 copy color: '#DDF3AB'

red 221 ◦ green 243 ◦ blue 171

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

Shades of Reef #DDF3AB

Tints of Reef #DDF3AB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.27%

 BLUE value IS 171 (67.19% from 255) = 26.93%

R = 34.8%
G = 38.27%
B = 26.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#DDF3AB (or 0xDDF3AB) is known color: Reef. HEX triplet: DD, F3 and AB. RGB value is (221,243,171). Sum of RGB (Red+Green+Blue) = 221+243+171=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF3AB is #220C54. Grayscale: #E4E4E4. Windows color (decimal): -2231381 or 11269085. OLE color: 11269085.

HSL color Cylindrical-coordinate representation of color #DDF3AB: hue angle of 78.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF3AB is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 171 -
CMYK 0.09 0 0.30 0.05
HSL 78.33º 0.75% 0.81% -
HSV(B) 78.33º 0.3% 0.95% -
XYZ 69.22 82.41 50.79 -
YUV 228.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 221 243 171 0.09 0 0.30 0.05 78.33 0.75 0.81
Hex DD F3 AB 9 0 1E 5 4E 4B 51
Octal 335 363 253 11 0 36 5 116 113 121
Binary 11011101 11110011 10101011 1001 0 11110 101 1001110 1001011 1010001

Color Harmonies of #DDF3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF3AB

Black with #DDF3AB

Text Example


Text Example

White with #DDF3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF3AB; }

 p { color: rgb(221,243,171); }

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

background-color css

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

 a { background-color: rgb(221,243,171); }

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

border-color css

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

 span { border-color: rgb(221,243,171); }

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