Html Css Color HEX #DEFDB2 Reef

📋 copy color: '#DEFDB2'

red 222 ◦ green 253 ◦ blue 178

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

Shades of Reef #DEFDB2

Tints of Reef #DEFDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.26%

R = 34%
G = 38.74%
B = 27.26%

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

#DEFDB2 (or 0xDEFDB2) is known color: Reef. HEX triplet: DE, FD and B2. RGB value is (222,253,178). Sum of RGB (Red+Green+Blue) = 222+253+178=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDB2 is #21024D. Grayscale: #EBEBEB. Windows color (decimal): -2163278 or 11730398. OLE color: 11730398.

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

Color convert

RGB 222 253 178 -
CMYK 0.12 0 0.30 0.01
HSL 84.8º 0.95% 0.85% -
HSV(B) 84.8º 0.3% 0.99% -
XYZ 73.29 88.99 55.43 -
YUV 235.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 222 253 178 0.12 0 0.30 0.01 84.8 0.95 0.85
Hex DE FD B2 C 0 1E 1 55 5F 55
Octal 336 375 262 14 0 36 1 125 137 125
Binary 11011110 11111101 10110010 1100 0 11110 1 1010101 1011111 1010101

Color Harmonies of #DEFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDB2

Black with #DEFDB2

Text Example


Text Example

White with #DEFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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