Html Css Color HEX #DEFEAF Reef

📋 copy color: '#DEFEAF'

red 222 ◦ green 254 ◦ blue 175

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

Shades of Reef #DEFEAF

Tints of Reef #DEFEAF

RGB

 RED value IS 222 (87.11% from 255) = 34.1%

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

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

R = 34.1%
G = 39.02%
B = 26.88%

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

#DEFEAF (or 0xDEFEAF) is known color: Reef. HEX triplet: DE, FE and AF. RGB value is (222,254,175). Sum of RGB (Red+Green+Blue) = 222+254+175=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEAF is #210150. Grayscale: #EBEBEB. Windows color (decimal): -2163025 or 11534046. OLE color: 11534046.

HSL color Cylindrical-coordinate representation of color #DEFEAF: hue angle of 84.3º 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 #DEFEAF is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 254 175 -
CMYK 0.13 0 0.31 0.00
HSL 84.3º 0.98% 0.84% -
HSV(B) 84.3º 0.31% 1% -
XYZ 73.3 89.51 53.97 -
YUV 235.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 222 254 175 0.13 0 0.31 0.00 84.3 0.98 0.84
Hex DE FE AF D 0 1F 0 54 62 54
Octal 336 376 257 15 0 37 0 124 142 124
Binary 11011110 11111110 10101111 1101 0 11111 0 1010100 1100010 1010100

Color Harmonies of #DEFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFEAF

Black with #DEFEAF

Text Example


Text Example

White with #DEFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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