#CABDBE

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

Shades of Pink Flare #CABDBE

Tints of Pink Flare #CABDBE

Color information

#CABDBE (or 0xCABDBE) is unknown color: approx Pink Flare. HEX triplet: CA, BD and BE. RGB value is (202,189,190). Sum of RGB (Red+Green+Blue) = 202+189+190=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDBE is #354241. Grayscale: #C1C1C1. Windows color (decimal): -3490370 or 12500426. OLE color: 12500426.

HSL color Cylindrical-coordinate representation of color #CABDBE: hue angle of 355.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABDBE is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202189190-
CMYK00.060.060.21
HSL355.38º10.92%76.67%-
HSV(B)355.38º6.44%79.22%-
XYZ51.8552.6756.15-
YUV193126.31134.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=34.77%
G=32.53%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218919000.060.060.21355.3810.9276.67
HexCABDBE06615163b4d
Octal3122752760662554313115
Binary11001010101111011011111001101101010110110001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDBE; }

 p { color: rgb(202,189,190); }

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

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

 a { background-color: rgb(202,189,190); }

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

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

 span { border-color: rgb(202,189,190); }

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