#CBE8DC

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

Shades of Mint Tulip #CBE8DC

Tints of Mint Tulip #CBE8DC

Color information

#CBE8DC (or 0xCBE8DC) is unknown color: approx Mint Tulip. HEX triplet: CB, E8 and DC. RGB value is (203,232,220). Sum of RGB (Red+Green+Blue) = 203+232+220=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8DC is #341723. Grayscale: #DDDDDD. Windows color (decimal): -3413796 or 14477515. OLE color: 14477515.

HSL color Cylindrical-coordinate representation of color #CBE8DC: hue angle of 155.17º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE8DC is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB203232220-
CMYK0.1200.050.09
HSL155.17º38.67%85.29%-
HSV(B)155.17º12.5%90.98%-
XYZ66.475.5878.8-
YUV221.96126.89114.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 232 (91.02% from 255) = 35.42%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=30.99%
G=35.42%
B=33.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032322200.1200.050.09155.1738.6785.29
HexCBE8DCC0599b2755
Octal31335033414051123347125
Binary110010111110100011011100110001011001100110111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8DC; }

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

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

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

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

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

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

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

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