Html Css Color HEX #DEFDA1 Reef

📋 copy color: '#DEFDA1'

red 222 ◦ green 253 ◦ blue 161

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

Shades of Reef #DEFDA1

Tints of Reef #DEFDA1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.78%

 BLUE value IS 161 (63.28% from 255) = 25.31%

R = 34.91%
G = 39.78%
B = 25.31%

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

#DEFDA1 (or 0xDEFDA1) is known color: Reef. HEX triplet: DE, FD and A1. RGB value is (222,253,161). Sum of RGB (Red+Green+Blue) = 222+253+161=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDA1 is #21025E. Grayscale: #E9E9E9. Windows color (decimal): -2163295 or 10616286. OLE color: 10616286.

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

Color convert

RGB 222 253 161 -
CMYK 0.12 0 0.36 0.01
HSL 80.22º 0.96% 0.81% -
HSV(B) 80.22º 0.36% 0.99% -
XYZ 71.68 88.35 46.99 -
YUV 233.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 222 253 161 0.12 0 0.36 0.01 80.22 0.96 0.81
Hex DE FD A1 C 0 24 1 50 60 51
Octal 336 375 241 14 0 44 1 120 140 121
Binary 11011110 11111101 10100001 1100 0 100100 1 1010000 1100000 1010001

Color Harmonies of #DEFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDA1

Black with #DEFDA1

Text Example


Text Example

White with #DEFDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDA1; }

 p { color: rgb(222,253,161); }

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

background-color css

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

 a { background-color: rgb(222,253,161); }

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

border-color css

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

 span { border-color: rgb(222,253,161); }

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