#CBE8DD

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

Shades of Mint Tulip #CBE8DD

Tints of Mint Tulip #CBE8DD

Color information

#CBE8DD (or 0xCBE8DD) is unknown color: approx Mint Tulip. HEX triplet: CB, E8 and DD. RGB value is (203,232,221). Sum of RGB (Red+Green+Blue) = 203+232+221=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8DD is #341722. Grayscale: #DEDEDE. Windows color (decimal): -3413795 or 14543051. OLE color: 14543051.

HSL color Cylindrical-coordinate representation of color #CBE8DD: hue angle of 157.24º 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 #CBE8DD is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB203232221-
CMYK0.1200.050.09
HSL157.24º38.67%85.29%-
HSV(B)157.24º12.5%90.98%-
XYZ66.5475.6379.5-
YUV222.08127.39114.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=30.95%
G=35.37%
B=33.69%

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
Decimal2032322210.1200.050.09157.2438.6785.29
HexCBE8DDC0599d2755
Octal31335033514051123547125
Binary110010111110100011011101110001011001100111011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8DD; }

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

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

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

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

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

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

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

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