Html Css Color HEX #DDF5AF Reef

📋 copy color: '#DDF5AF'

red 221 ◦ green 245 ◦ blue 175

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

Shades of Reef #DDF5AF

Tints of Reef #DDF5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.3%

R = 34.48%
G = 38.22%
B = 27.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#DDF5AF (or 0xDDF5AF) is known color: Reef. HEX triplet: DD, F5 and AF. RGB value is (221,245,175). Sum of RGB (Red+Green+Blue) = 221+245+175=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF5AF is #220A50. Grayscale: #E6E6E6. Windows color (decimal): -2230865 or 11531741. OLE color: 11531741.

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

Color convert

RGB 221 245 175 -
CMYK 0.10 0 0.29 0.04
HSL 80.57º 0.78% 0.82% -
HSV(B) 80.57º 0.29% 0.96% -
XYZ 70.21 83.77 53.03 -
YUV 229.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 221 245 175 0.10 0 0.29 0.04 80.57 0.78 0.82
Hex DD F5 AF A 0 1D 4 51 4E 52
Octal 335 365 257 12 0 35 4 121 116 122
Binary 11011101 11110101 10101111 1010 0 11101 100 1010001 1001110 1010010

Color Harmonies of #DDF5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF5AF

Black with #DDF5AF

Text Example


Text Example

White with #DDF5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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