Html Css Color HEX #DDFDAF Reef

📋 copy color: '#DDFDAF'

red 221 ◦ green 253 ◦ blue 175

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

Shades of Reef #DDFDAF

Tints of Reef #DDFDAF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.98%

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

R = 34.05%
G = 38.98%
B = 26.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#DDFDAF (or 0xDDFDAF) is known color: Reef. HEX triplet: DD, FD and AF. RGB value is (221,253,175). Sum of RGB (Red+Green+Blue) = 221+253+175=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDAF is #220250. Grayscale: #EAEAEA. Windows color (decimal): -2228817 or 11533789. OLE color: 11533789.

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

Color convert

RGB 221 253 175 -
CMYK 0.13 0 0.31 0.01
HSL 84.62º 0.95% 0.84% -
HSV(B) 84.62º 0.31% 0.99% -
XYZ 72.68 88.72 53.85 -
YUV 234.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 221 253 175 0.13 0 0.31 0.01 84.62 0.95 0.84
Hex DD FD AF D 0 1F 1 55 5F 54
Octal 335 375 257 15 0 37 1 125 137 124
Binary 11011101 11111101 10101111 1101 0 11111 1 1010101 1011111 1010100

Color Harmonies of #DDFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDAF

Black with #DDFDAF

Text Example


Text Example

White with #DDFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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