Html Css Color HEX #DDEFAF Reef

📋 copy color: '#DDEFAF'

red 221 ◦ green 239 ◦ blue 175

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

Shades of Reef #DDEFAF

Tints of Reef #DDEFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

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

R = 34.8%
G = 37.64%
B = 27.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#DDEFAF (or 0xDDEFAF) is known color: Reef. HEX triplet: DD, EF and AF. RGB value is (221,239,175). Sum of RGB (Red+Green+Blue) = 221+239+175=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFAF is #221050. Grayscale: #E2E2E2. Windows color (decimal): -2232401 or 11530205. OLE color: 11530205.

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

Color convert

RGB 221 239 175 -
CMYK 0.08 0 0.27 0.06
HSL 76.88º 0.67% 0.81% -
HSV(B) 76.88º 0.27% 0.94% -
XYZ 68.42 80.2 52.43 -
YUV 226.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 221 239 175 0.08 0 0.27 0.06 76.88 0.67 0.81
Hex DD EF AF 8 0 1B 6 4D 43 51
Octal 335 357 257 10 0 33 6 115 103 121
Binary 11011101 11101111 10101111 1000 0 11011 110 1001101 1000011 1010001

Color Harmonies of #DDEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFAF

Black with #DDEFAF

Text Example


Text Example

White with #DDEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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