Html Css Color HEX #DDF0B4 Reef

📋 copy color: '#DDF0B4'

red 221 ◦ green 240 ◦ blue 180

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

Shades of Reef #DDF0B4

Tints of Reef #DDF0B4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.44%

 BLUE value IS 180 (70.7% from 255) = 28.08%

R = 34.48%
G = 37.44%
B = 28.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#DDF0B4 (or 0xDDF0B4) is known color: Reef. HEX triplet: DD, F0 and B4. RGB value is (221,240,180). Sum of RGB (Red+Green+Blue) = 221+240+180=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0B4 is #220F4B. Grayscale: #E3E3E3. Windows color (decimal): -2232140 or 11858141. OLE color: 11858141.

HSL color Cylindrical-coordinate representation of color #DDF0B4: hue angle of 79º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDF0B4 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 180 -
CMYK 0.08 0 0.25 0.06
HSL 79º 0.67% 0.82% -
HSV(B) 79º 0.25% 0.94% -
XYZ 69.22 80.99 55.16 -
YUV 227.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 221 240 180 0.08 0 0.25 0.06 79 0.67 0.82
Hex DD F0 B4 8 0 19 6 4F 43 52
Octal 335 360 264 10 0 31 6 117 103 122
Binary 11011101 11110000 10110100 1000 0 11001 110 1001111 1000011 1010010

Color Harmonies of #DDF0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0B4

Black with #DDF0B4

Text Example


Text Example

White with #DDF0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0B4; }

 p { color: rgb(221,240,180); }

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

background-color css

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

 a { background-color: rgb(221,240,180); }

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

border-color css

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

 span { border-color: rgb(221,240,180); }

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