#CBE8DE

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

Shades of Mint Tulip #CBE8DE

Tints of Mint Tulip #CBE8DE

Color information

#CBE8DE (or 0xCBE8DE) is unknown color: approx Mint Tulip. HEX triplet: CB, E8 and DE. RGB value is (203,232,222). Sum of RGB (Red+Green+Blue) = 203+232+222=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8DE is #341721. Grayscale: #DEDEDE. Windows color (decimal): -3413794 or 14608587. OLE color: 14608587.

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

Color convert

RGB203232222-
CMYK0.1200.040.09
HSL159.31º38.67%85.29%-
HSV(B)159.31º12.5%90.98%-
XYZ66.6775.6880.2-
YUV222.19127.89114.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.90%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=30.90%
G=35.31%
B=33.79%

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
Decimal2032322220.1200.040.09159.3138.6785.29
HexCBE8DEC0499f2755
Octal31335033614041123747125
Binary110010111110100011011110110001001001100111111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8DE; }

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

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

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

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

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

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

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

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