Html Css Color HEX #DEFDB0 Reef

📋 copy color: '#DEFDB0'

red 222 ◦ green 253 ◦ blue 176

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

Shades of Reef #DEFDB0

Tints of Reef #DEFDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.04%

R = 34.1%
G = 38.86%
B = 27.04%

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

#DEFDB0 (or 0xDEFDB0) is known color: Reef. HEX triplet: DE, FD and B0. RGB value is (222,253,176). Sum of RGB (Red+Green+Blue) = 222+253+176=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 176 (69.14% from 255 or 27.04% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDB0 is #21024F. Grayscale: #EBEBEB. Windows color (decimal): -2163280 or 11599326. OLE color: 11599326.

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

Color convert

RGB 222 253 176 -
CMYK 0.12 0 0.30 0.01
HSL 84.16º 0.95% 0.84% -
HSV(B) 84.16º 0.3% 0.99% -
XYZ 73.09 88.91 54.38 -
YUV 234.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 222 253 176 0.12 0 0.30 0.01 84.16 0.95 0.84
Hex DE FD B0 C 0 1E 1 54 5F 54
Octal 336 375 260 14 0 36 1 124 137 124
Binary 11011110 11111101 10110000 1100 0 11110 1 1010100 1011111 1010100

Color Harmonies of #DEFDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDB0

Black with #DEFDB0

Text Example


Text Example

White with #DEFDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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