#CBEDE0

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

Shades of Mint Tulip #CBEDE0

Tints of Mint Tulip #CBEDE0

Color information

#CBEDE0 (or 0xCBEDE0) is unknown color: approx Mint Tulip. HEX triplet: CB, ED and E0. RGB value is (203,237,224). Sum of RGB (Red+Green+Blue) = 203+237+224=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDE0 is #34121F. Grayscale: #E1E1E1. Windows color (decimal): -3412512 or 14740939. OLE color: 14740939.

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

Color convert

RGB203237224-
CMYK0.1400.050.07
HSL157.06º48.57%86.27%-
HSV(B)157.06º14.35%92.94%-
XYZ68.3778.6582.1-
YUV225.35127.24112.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=30.57%
G=35.69%
B=33.73%

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
Decimal2032372240.1400.050.07157.0648.5786.27
HexCBEDE0E0579d3156
Octal3133553401605723561126
Binary11001011111011011110000011100101111100111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDE0; }

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

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

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

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

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

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

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

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