Html Css Color HEX #DEFCA2 Reef

📋 copy color: '#DEFCA2'

red 222 ◦ green 252 ◦ blue 162

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

Shades of Reef #DEFCA2

Tints of Reef #DEFCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.47%

R = 34.91%
G = 39.62%
B = 25.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#DEFCA2 (or 0xDEFCA2) is known color: Reef. HEX triplet: DE, FC and A2. RGB value is (222,252,162). Sum of RGB (Red+Green+Blue) = 222+252+162=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCA2 is #21035D. Grayscale: #E9E9E9. Windows color (decimal): -2163550 or 10681566. OLE color: 10681566.

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

Color convert

RGB 222 252 162 -
CMYK 0.12 0 0.36 0.01
HSL 80º 0.94% 0.81% -
HSV(B) 80º 0.36% 0.99% -
XYZ 71.46 87.76 47.36 -
YUV 232.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 222 252 162 0.12 0 0.36 0.01 80 0.94 0.81
Hex DE FC A2 C 0 24 1 50 5E 51
Octal 336 374 242 14 0 44 1 120 136 121
Binary 11011110 11111100 10100010 1100 0 100100 1 1010000 1011110 1010001

Color Harmonies of #DEFCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFCA2

Black with #DEFCA2

Text Example


Text Example

White with #DEFCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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