Html Css Color HEX #DFF2AD Reef

📋 copy color: '#DFF2AD'

red 223 ◦ green 242 ◦ blue 173

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

Shades of Reef #DFF2AD

Tints of Reef #DFF2AD

RGB

 RED value IS 223 (87.5% from 255) = 34.95%

 GREEN value IS 242 (94.92% from 255) = 37.93%

 BLUE value IS 173 (67.97% from 255) = 27.12%

R = 34.95%
G = 37.93%
B = 27.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#DFF2AD (or 0xDFF2AD) is known color: Reef. HEX triplet: DF, F2 and AD. RGB value is (223,242,173). Sum of RGB (Red+Green+Blue) = 223+242+173=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF2AD is #200D52. Grayscale: #E4E4E4. Windows color (decimal): -2100563 or 11399903. OLE color: 11399903.

HSL color Cylindrical-coordinate representation of color #DFF2AD: hue angle of 76.52º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFF2AD is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 242 173 -
CMYK 0.08 0 0.29 0.05
HSL 76.52º 0.73% 0.81% -
HSV(B) 76.52º 0.29% 0.95% -
XYZ 69.73 82.21 51.73 -
YUV 228.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 223 242 173 0.08 0 0.29 0.05 76.52 0.73 0.81
Hex DF F2 AD 8 0 1D 5 4D 49 51
Octal 337 362 255 10 0 35 5 115 111 121
Binary 11011111 11110010 10101101 1000 0 11101 101 1001101 1001001 1010001

Color Harmonies of #DFF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF2AD

Black with #DFF2AD

Text Example


Text Example

White with #DFF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF2AD; }

 p { color: rgb(223,242,173); }

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

background-color css

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

 a { background-color: rgb(223,242,173); }

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

border-color css

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

 span { border-color: rgb(223,242,173); }

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