#CBE9DF

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

Shades of Mint Tulip #CBE9DF

Tints of Mint Tulip #CBE9DF

Color information

#CBE9DF (or 0xCBE9DF) is unknown color: approx Mint Tulip. HEX triplet: CB, E9 and DF. RGB value is (203,233,223). Sum of RGB (Red+Green+Blue) = 203+233+223=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9DF is #341620. Grayscale: #DEDEDE. Windows color (decimal): -3413537 or 14674379. OLE color: 14674379.

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

Color convert

RGB203233223-
CMYK0.1300.040.09
HSL160º40.54%85.49%-
HSV(B)160º12.88%91.37%-
XYZ67.0976.381-
YUV222.89128.06113.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.80%
GREEN value IS 233 (91.41% from 255) = 35.36%
BLUE value IS 223 (87.5% from 255) = 33.84%
R=30.80%
G=35.36%
B=33.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032332230.1300.040.0916040.5485.49
HexCBE9DFD049a02955
Octal31335133715041124051125
Binary110010111110100111011111110101001001101000001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE9DF; }

 p { color: rgb(203,233,223); }

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

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

 a { background-color: rgb(203,233,223); }

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

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

 span { border-color: rgb(203,233,223); }

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