Html Css Color HEX #DDF8B3 Reef

📋 copy color: '#DDF8B3'

red 221 ◦ green 248 ◦ blue 179

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

Shades of Reef #DDF8B3

Tints of Reef #DDF8B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.62%

R = 34.1%
G = 38.27%
B = 27.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#DDF8B3 (or 0xDDF8B3) is known color: Reef. HEX triplet: DD, F8 and B3. RGB value is (221,248,179). Sum of RGB (Red+Green+Blue) = 221+248+179=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8B3 is #22074C. Grayscale: #E8E8E8. Windows color (decimal): -2230093 or 11794653. OLE color: 11794653.

HSL color Cylindrical-coordinate representation of color #DDF8B3: hue angle of 83.48º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF8B3 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 179 -
CMYK 0.11 0 0.28 0.03
HSL 83.48º 0.83% 0.84% -
HSV(B) 83.48º 0.28% 0.97% -
XYZ 71.52 85.76 55.43 -
YUV 232.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 221 248 179 0.11 0 0.28 0.03 83.48 0.83 0.84
Hex DD F8 B3 B 0 1C 3 53 53 54
Octal 335 370 263 13 0 34 3 123 123 124
Binary 11011101 11111000 10110011 1011 0 11100 11 1010011 1010011 1010100

Color Harmonies of #DDF8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8B3

Black with #DDF8B3

Text Example


Text Example

White with #DDF8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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