Html Css Color HEX #DEFCAF Reef

📋 copy color: '#DEFCAF'

red 222 ◦ green 252 ◦ blue 175

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

Shades of Reef #DEFCAF

Tints of Reef #DEFCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.83%

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

R = 34.21%
G = 38.83%
B = 26.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#DEFCAF (or 0xDEFCAF) is known color: Reef. HEX triplet: DE, FC and AF. RGB value is (222,252,175). Sum of RGB (Red+Green+Blue) = 222+252+175=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCAF is #210350. Grayscale: #EAEAEA. Windows color (decimal): -2163537 or 11533534. OLE color: 11533534.

HSL color Cylindrical-coordinate representation of color #DEFCAF: hue angle of 83.38º degrees, saturation: 0.93, 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 #DEFCAF is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 252 175 -
CMYK 0.12 0 0.31 0.01
HSL 83.38º 0.93% 0.84% -
HSV(B) 83.38º 0.31% 0.99% -
XYZ 72.67 88.25 53.76 -
YUV 234.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 222 252 175 0.12 0 0.31 0.01 83.38 0.93 0.84
Hex DE FC AF C 0 1F 1 53 5D 54
Octal 336 374 257 14 0 37 1 123 135 124
Binary 11011110 11111100 10101111 1100 0 11111 1 1010011 1011101 1010100

Color Harmonies of #DEFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFCAF

Black with #DEFCAF

Text Example


Text Example

White with #DEFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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