#CBEEDE

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

Shades of Mint Tulip #CBEEDE

Tints of Mint Tulip #CBEEDE

Color information

#CBEEDE (or 0xCBEEDE) is unknown color: approx Mint Tulip. HEX triplet: CB, EE and DE. RGB value is (203,238,222). Sum of RGB (Red+Green+Blue) = 203+238+222=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEDE is #341121. Grayscale: #E1E1E1. Windows color (decimal): -3412258 or 14610123. OLE color: 14610123.

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

Color convert

RGB203238222-
CMYK0.1500.070.07
HSL152.57º50.72%86.47%-
HSV(B)152.57º14.71%93.33%-
XYZ68.3979.1280.77-
YUV225.71125.9111.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.62%
GREEN value IS 238 (93.36% from 255) = 35.90%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=30.62%
G=35.90%
B=33.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382220.1500.070.07152.5750.7286.47
HexCBEEDEF077993356
Octal3133563361707723163126
Binary11001011111011101101111011110111111100110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEDE; }

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

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

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

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

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

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

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

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