#DABEBB

Color #DABEBB Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DABEBB

Tints of Cavern Pink #DABEBB

Color information

#DABEBB (or 0xDABEBB) is unknown color: approx Cavern Pink. HEX triplet: DA, BE and BB. RGB value is (218,190,187). Sum of RGB (Red+Green+Blue) = 218+190+187=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEBB is #254144. Grayscale: #C6C6C6. Windows color (decimal): -2441541 or 12304090. OLE color: 12304090.

HSL color Cylindrical-coordinate representation of color #DABEBB: hue angle of 5.81º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABEBB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218190187-
CMYK00.130.140.15
HSL5.81º29.52%79.41%-
HSV(B)5.81º14.22%85.49%-
XYZ56.355.3254.72-
YUV198.03121.78142.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=36.64%
G=31.93%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819018700.130.140.155.8129.5279.41
HexDABEBB0DEF61e4f
Octal3322762730151617636117
Binary1101101010111110101110110110111101111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEBB; }

 p { color: rgb(218,190,187); }

 H1.HeaderClassName
 {
   color: #DABEBB;
 }
 .AnyTagClassName
 {
   color: #DABEBB;
 }
</style>
background-color css

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

 a { background-color: rgb(218,190,187); }

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

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

 span { border-color: rgb(218,190,187); }

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