#CBEADD

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

Shades of Mint Tulip #CBEADD

Tints of Mint Tulip #CBEADD

Color information

#CBEADD (or 0xCBEADD) is unknown color: approx Mint Tulip. HEX triplet: CB, EA and DD. RGB value is (203,234,221). Sum of RGB (Red+Green+Blue) = 203+234+221=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEADD is #341522. Grayscale: #DFDFDF. Windows color (decimal): -3413283 or 14543563. OLE color: 14543563.

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

Color convert

RGB203234221-
CMYK0.1300.060.08
HSL154.84º42.47%85.69%-
HSV(B)154.84º13.25%91.76%-
XYZ67.176.7679.69-
YUV223.25126.73113.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.85%
GREEN value IS 234 (91.80% from 255) = 35.56%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=30.85%
G=35.56%
B=33.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032342210.1300.060.08154.8442.4785.69
HexCBEADDD0689b2a56
Octal31335233515061023352126
Binary110010111110101011011101110101101000100110111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEADD; }

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

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

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

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

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

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

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

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