Html Css Color HEX #DBEDB5 Reef

📋 copy color: '#DBEDB5'

red 219 ◦ green 237 ◦ blue 181

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

Shades of Reef #DBEDB5

Tints of Reef #DBEDB5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.21%

 BLUE value IS 181 (71.09% from 255) = 28.41%

R = 34.38%
G = 37.21%
B = 28.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#DBEDB5 (or 0xDBEDB5) is known color: Reef. HEX triplet: DB, ED and B5. RGB value is (219,237,181). Sum of RGB (Red+Green+Blue) = 219+237+181=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDB5 is #24124A. Grayscale: #E1E1E1. Windows color (decimal): -2363979 or 11922907. OLE color: 11922907.

HSL color Cylindrical-coordinate representation of color #DBEDB5: hue angle of 79.29º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBEDB5 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 237 181 -
CMYK 0.08 0 0.24 0.07
HSL 79.29º 0.61% 0.82% -
HSV(B) 79.29º 0.24% 0.93% -
XYZ 67.84 78.96 55.38 -
YUV 225.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 219 237 181 0.08 0 0.24 0.07 79.29 0.61 0.82
Hex DB ED B5 8 0 18 7 4F 3D 52
Octal 333 355 265 10 0 30 7 117 75 122
Binary 11011011 11101101 10110101 1000 0 11000 111 1001111 111101 1010010

Color Harmonies of #DBEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDB5

Black with #DBEDB5

Text Example


Text Example

White with #DBEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDB5; }

 p { color: rgb(219,237,181); }

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

background-color css

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

 a { background-color: rgb(219,237,181); }

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

border-color css

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

 span { border-color: rgb(219,237,181); }

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