#CBEADF

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

Shades of Mint Tulip #CBEADF

Tints of Mint Tulip #CBEADF

Color information

#CBEADF (or 0xCBEADF) is unknown color: approx Mint Tulip. HEX triplet: CB, EA and DF. RGB value is (203,234,223). Sum of RGB (Red+Green+Blue) = 203+234+223=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEADF is #341520. Grayscale: #DFDFDF. Windows color (decimal): -3413281 or 14674635. OLE color: 14674635.

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

Color convert

RGB203234223-
CMYK0.1300.050.08
HSL158.71º42.47%85.69%-
HSV(B)158.71º13.25%91.76%-
XYZ67.3776.8781.1-
YUV223.48127.73113.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.76%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=30.76%
G=35.45%
B=33.79%

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
Decimal2032342230.1300.050.08158.7142.4785.69
HexCBEADFD0589f2a56
Octal31335233715051023752126
Binary110010111110101011011111110101011000100111111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEADF; }

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

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

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

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

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

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

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

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