#CBECDE

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

Shades of Mint Tulip #CBECDE

Tints of Mint Tulip #CBECDE

Color information

#CBECDE (or 0xCBECDE) is unknown color: approx Mint Tulip. HEX triplet: CB, EC and DE. RGB value is (203,236,222). Sum of RGB (Red+Green+Blue) = 203+236+222=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECDE is #341321. Grayscale: #E0E0E0. Windows color (decimal): -3412770 or 14609611. OLE color: 14609611.

HSL color Cylindrical-coordinate representation of color #CBECDE: hue angle of 154.55º 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 #CBECDE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB203236222-
CMYK0.1400.060.07
HSL154.55º46.48%86.08%-
HSV(B)154.55º13.98%92.55%-
XYZ67.8177.9680.58-
YUV224.54126.57112.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.71%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=30.71%
G=35.70%
B=33.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362220.1400.060.07154.5546.4886.08
HexCBECDEE0679b2e56
Octal3133543361606723356126
Binary11001011111011001101111011100110111100110111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECDE; }

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

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

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

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

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

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

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

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