Html Css Color HEX #DBFDB2 Reef

📋 copy color: '#DBFDB2'

red 219 ◦ green 253 ◦ blue 178

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

Shades of Reef #DBFDB2

Tints of Reef #DBFDB2

RGB

 RED value IS 219 (85.94% from 255) = 33.69%

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

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

R = 33.69%
G = 38.92%
B = 27.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#DBFDB2 (or 0xDBFDB2) is known color: Reef. HEX triplet: DB, FD and B2. RGB value is (219,253,178). Sum of RGB (Red+Green+Blue) = 219+253+178=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDB2 is #24024D. Grayscale: #EAEAEA. Windows color (decimal): -2359886 or 11730395. OLE color: 11730395.

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

Color convert

RGB 219 253 178 -
CMYK 0.13 0 0.30 0.01
HSL 87.2º 0.95% 0.85% -
HSV(B) 87.2º 0.3% 0.99% -
XYZ 72.37 88.52 55.39 -
YUV 234.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 219 253 178 0.13 0 0.30 0.01 87.2 0.95 0.85
Hex DB FD B2 D 0 1E 1 57 5F 55
Octal 333 375 262 15 0 36 1 127 137 125
Binary 11011011 11111101 10110010 1101 0 11110 1 1010111 1011111 1010101

Color Harmonies of #DBFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDB2

Black with #DBFDB2

Text Example


Text Example

White with #DBFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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