#CBECDD

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

Shades of Mint Tulip #CBECDD

Tints of Mint Tulip #CBECDD

Color information

#CBECDD (or 0xCBECDD) is unknown color: approx Mint Tulip. HEX triplet: CB, EC and DD. RGB value is (203,236,221). Sum of RGB (Red+Green+Blue) = 203+236+221=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECDD is #341322. Grayscale: #E0E0E0. Windows color (decimal): -3412771 or 14544075. OLE color: 14544075.

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

Color convert

RGB203236221-
CMYK0.1400.060.07
HSL152.73º46.48%86.08%-
HSV(B)152.73º13.98%92.55%-
XYZ67.6877.9179.88-
YUV224.42126.07112.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.76%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=30.76%
G=35.76%
B=33.48%

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
Decimal2032362210.1400.060.07152.7346.4886.08
HexCBECDDE067992e56
Octal3133543351606723156126
Binary11001011111011001101110111100110111100110011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECDD; }

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

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

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

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

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

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

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

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