Html Css Color HEX #DBECA2 Reef

📋 copy color: '#DBECA2'

red 219 ◦ green 236 ◦ blue 162

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

Shades of Reef #DBECA2

Tints of Reef #DBECA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.26%

R = 35.49%
G = 38.25%
B = 26.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#DBECA2 (or 0xDBECA2) is known color: Reef. HEX triplet: DB, EC and A2. RGB value is (219,236,162). Sum of RGB (Red+Green+Blue) = 219+236+162=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECA2 is #24135D. Grayscale: #DEDEDE. Windows color (decimal): -2364254 or 10677467. OLE color: 10677467.

HSL color Cylindrical-coordinate representation of color #DBECA2: hue angle of 73.78º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBECA2 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 162 -
CMYK 0.07 0 0.31 0.07
HSL 73.78º 0.66% 0.78% -
HSV(B) 73.78º 0.31% 0.93% -
XYZ 65.73 77.66 45.71 -
YUV 222.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 219 236 162 0.07 0 0.31 0.07 73.78 0.66 0.78
Hex DB EC A2 7 0 1F 7 4A 42 4E
Octal 333 354 242 7 0 37 7 112 102 116
Binary 11011011 11101100 10100010 111 0 11111 111 1001010 1000010 1001110

Color Harmonies of #DBECA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECA2

Black with #DBECA2

Text Example


Text Example

White with #DBECA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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