Html Css Color HEX #DBECB4 Reef

📋 copy color: '#DBECB4'

red 219 ◦ green 236 ◦ blue 180

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

Shades of Reef #DBECB4

Tints of Reef #DBECB4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

 BLUE value IS 180 (70.7% from 255) = 28.35%

R = 34.49%
G = 37.17%
B = 28.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#DBECB4 (or 0xDBECB4) is known color: Reef. HEX triplet: DB, EC and B4. RGB value is (219,236,180). Sum of RGB (Red+Green+Blue) = 219+236+180=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECB4 is #24134B. Grayscale: #E0E0E0. Windows color (decimal): -2364236 or 11857115. OLE color: 11857115.

HSL color Cylindrical-coordinate representation of color #DBECB4: hue angle of 78.21º degrees, saturation: 0.6, 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 #DBECB4 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 180 -
CMYK 0.07 0 0.24 0.07
HSL 78.21º 0.6% 0.82% -
HSV(B) 78.21º 0.24% 0.93% -
XYZ 67.45 78.35 54.75 -
YUV 224.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 219 236 180 0.07 0 0.24 0.07 78.21 0.6 0.82
Hex DB EC B4 7 0 18 7 4E 3C 52
Octal 333 354 264 7 0 30 7 116 74 122
Binary 11011011 11101100 10110100 111 0 11000 111 1001110 111100 1010010

Color Harmonies of #DBECB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECB4

Black with #DBECB4

Text Example


Text Example

White with #DBECB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECB4; }

 p { color: rgb(219,236,180); }

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

background-color css

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

 a { background-color: rgb(219,236,180); }

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

border-color css

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

 span { border-color: rgb(219,236,180); }

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