#CBE8DF

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

Shades of Mint Tulip #CBE8DF

Tints of Mint Tulip #CBE8DF

Color information

#CBE8DF (or 0xCBE8DF) is unknown color: approx Mint Tulip. HEX triplet: CB, E8 and DF. RGB value is (203,232,223). Sum of RGB (Red+Green+Blue) = 203+232+223=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8DF is #341720. Grayscale: #DEDEDE. Windows color (decimal): -3413793 or 14674123. OLE color: 14674123.

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

Color convert

RGB203232223-
CMYK0.1200.040.09
HSL161.38º38.67%85.29%-
HSV(B)161.38º12.5%90.98%-
XYZ66.875.7480.91-
YUV222.3128.39114.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.85%
GREEN value IS 232 (91.02% from 255) = 35.26%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=30.85%
G=35.26%
B=33.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032322230.1200.040.09161.3838.6785.29
HexCBE8DFC049a12755
Octal31335033714041124147125
Binary110010111110100011011111110001001001101000011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8DF; }

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

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

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

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

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

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

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

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