Html Css Color HEX #DEFDB1 Reef

📋 copy color: '#DEFDB1'

red 222 ◦ green 253 ◦ blue 177

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

Shades of Reef #DEFDB1

Tints of Reef #DEFDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.15%

R = 34.05%
G = 38.8%
B = 27.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#DEFDB1 (or 0xDEFDB1) is known color: Reef. HEX triplet: DE, FD and B1. RGB value is (222,253,177). Sum of RGB (Red+Green+Blue) = 222+253+177=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDB1 is #21024E. Grayscale: #EBEBEB. Windows color (decimal): -2163279 or 11664862. OLE color: 11664862.

HSL color Cylindrical-coordinate representation of color #DEFDB1: hue angle of 84.47º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEFDB1 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 177 -
CMYK 0.12 0 0.30 0.01
HSL 84.47º 0.95% 0.84% -
HSV(B) 84.47º 0.3% 0.99% -
XYZ 73.19 88.95 54.91 -
YUV 235.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 222 253 177 0.12 0 0.30 0.01 84.47 0.95 0.84
Hex DE FD B1 C 0 1E 1 54 5F 54
Octal 336 375 261 14 0 36 1 124 137 124
Binary 11011110 11111101 10110001 1100 0 11110 1 1010100 1011111 1010100

Color Harmonies of #DEFDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDB1

Black with #DEFDB1

Text Example


Text Example

White with #DEFDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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