Html Css Color HEX #DEFCA4 Reef

📋 copy color: '#DEFCA4'

red 222 ◦ green 252 ◦ blue 164

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

Shades of Reef #DEFCA4

Tints of Reef #DEFCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.71%

R = 34.8%
G = 39.5%
B = 25.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#DEFCA4 (or 0xDEFCA4) is known color: Reef. HEX triplet: DE, FC and A4. RGB value is (222,252,164). Sum of RGB (Red+Green+Blue) = 222+252+164=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCA4 is #21035B. Grayscale: #E9E9E9. Windows color (decimal): -2163548 or 10812638. OLE color: 10812638.

HSL color Cylindrical-coordinate representation of color #DEFCA4: hue angle of 80.45º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEFCA4 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 252 164 -
CMYK 0.12 0 0.35 0.01
HSL 80.45º 0.94% 0.82% -
HSV(B) 80.45º 0.35% 0.99% -
XYZ 71.64 87.83 48.3 -
YUV 233 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 222 252 164 0.12 0 0.35 0.01 80.45 0.94 0.82
Hex DE FC A4 C 0 23 1 50 5E 52
Octal 336 374 244 14 0 43 1 120 136 122
Binary 11011110 11111100 10100100 1100 0 100011 1 1010000 1011110 1010010

Color Harmonies of #DEFCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFCA4

Black with #DEFCA4

Text Example


Text Example

White with #DEFCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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