Html Css Color HEX #DDFEAF Reef

📋 copy color: '#DDFEAF'

red 221 ◦ green 254 ◦ blue 175

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

Shades of Reef #DDFEAF

Tints of Reef #DDFEAF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.08%

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

R = 34%
G = 39.08%
B = 26.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#DDFEAF (or 0xDDFEAF) is known color: Reef. HEX triplet: DD, FE and AF. RGB value is (221,254,175). Sum of RGB (Red+Green+Blue) = 221+254+175=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEAF is #220150. Grayscale: #EBEBEB. Windows color (decimal): -2228561 or 11534045. OLE color: 11534045.

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

Color convert

RGB 221 254 175 -
CMYK 0.13 0 0.31 0.00
HSL 85.06º 0.98% 0.84% -
HSV(B) 85.06º 0.31% 1% -
XYZ 73 89.35 53.96 -
YUV 235.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 221 254 175 0.13 0 0.31 0.00 85.06 0.98 0.84
Hex DD FE AF D 0 1F 0 55 62 54
Octal 335 376 257 15 0 37 0 125 142 124
Binary 11011101 11111110 10101111 1101 0 11111 0 1010101 1100010 1010100

Color Harmonies of #DDFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFEAF

Black with #DDFEAF

Text Example


Text Example

White with #DDFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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