#CBECE0

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

Shades of Mint Tulip #CBECE0

Tints of Mint Tulip #CBECE0

Color information

#CBECE0 (or 0xCBECE0) is unknown color: approx Mint Tulip. HEX triplet: CB, EC and E0. RGB value is (203,236,224). Sum of RGB (Red+Green+Blue) = 203+236+224=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECE0 is #34131F. Grayscale: #E0E0E0. Windows color (decimal): -3412768 or 14740683. OLE color: 14740683.

HSL color Cylindrical-coordinate representation of color #CBECE0: hue angle of 158.18º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECE0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB203236224-
CMYK0.1400.050.07
HSL158.18º46.48%86.08%-
HSV(B)158.18º13.98%92.55%-
XYZ68.0878.0782-
YUV224.76127.57112.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.62%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 224 (87.89% from 255) = 33.79%
R=30.62%
G=35.60%
B=33.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362240.1400.050.07158.1846.4886.08
HexCBECE0E0579e2e56
Octal3133543401605723656126
Binary11001011111011001110000011100101111100111101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECE0; }

 p { color: rgb(203,236,224); }

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

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

 a { background-color: rgb(203,236,224); }

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

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

 span { border-color: rgb(203,236,224); }

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