#CBEBDC

Color #CBEBDC Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #CBEBDC

Tints of Mint Tulip #CBEBDC

Color information

#CBEBDC (or 0xCBEBDC) is unknown color: approx Mint Tulip. HEX triplet: CB, EB and DC. RGB value is (203,235,220). Sum of RGB (Red+Green+Blue) = 203+235+220=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBDC is #341423. Grayscale: #DFDFDF. Windows color (decimal): -3413028 or 14478283. OLE color: 14478283.

HSL color Cylindrical-coordinate representation of color #CBEBDC: hue angle of 151.88º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEBDC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB203235220-
CMYK0.1400.060.08
HSL151.88º44.44%85.88%-
HSV(B)151.88º13.62%92.16%-
XYZ67.2677.2879.08-
YUV223.72125.9113.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.85%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=30.85%
G=35.71%
B=33.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032352200.1400.060.08151.8844.4485.88
HexCBEBDCE068982c56
Octal31335333416061023054126
Binary110010111110101111011100111001101000100110001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBDC; }

 p { color: rgb(203,235,220); }

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

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

 a { background-color: rgb(203,235,220); }

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

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

 span { border-color: rgb(203,235,220); }

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