#CBEADC

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

Shades of Mint Tulip #CBEADC

Tints of Mint Tulip #CBEADC

Color information

#CBEADC (or 0xCBEADC) is unknown color: approx Mint Tulip. HEX triplet: CB, EA and DC. RGB value is (203,234,220). Sum of RGB (Red+Green+Blue) = 203+234+220=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEADC is #341523. Grayscale: #DFDFDF. Windows color (decimal): -3413284 or 14478027. OLE color: 14478027.

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

Color convert

RGB203234220-
CMYK0.1300.060.08
HSL152.9º42.47%85.69%-
HSV(B)152.9º13.25%91.76%-
XYZ66.9776.7178.99-
YUV223.14126.23113.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.90%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=30.90%
G=35.62%
B=33.49%

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
Decimal2032342200.1300.060.08152.942.4785.69
HexCBEADCD068992a56
Octal31335233415061023152126
Binary110010111110101011011100110101101000100110011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEADC; }

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

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

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

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

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

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

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

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