#CBEADE

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

Shades of Mint Tulip #CBEADE

Tints of Mint Tulip #CBEADE

Color information

#CBEADE (or 0xCBEADE) is unknown color: approx Mint Tulip. HEX triplet: CB, EA and DE. RGB value is (203,234,222). Sum of RGB (Red+Green+Blue) = 203+234+222=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEADE is #341521. Grayscale: #DFDFDF. Windows color (decimal): -3413282 or 14609099. OLE color: 14609099.

HSL color Cylindrical-coordinate representation of color #CBEADE: hue angle of 156.77º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEADE is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB203234222-
CMYK0.1300.050.08
HSL156.77º42.47%85.69%-
HSV(B)156.77º13.25%91.76%-
XYZ67.2476.8280.39-
YUV223.36127.23113.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.80%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=30.80%
G=35.51%
B=33.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032342220.1300.050.08156.7742.4785.69
HexCBEADED0589d2a56
Octal31335233615051023552126
Binary110010111110101011011110110101011000100111011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEADE; }

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

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

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

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

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

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

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

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