#CBEBDF

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

Shades of Mint Tulip #CBEBDF

Tints of Mint Tulip #CBEBDF

Color information

#CBEBDF (or 0xCBEBDF) is unknown color: approx Mint Tulip. HEX triplet: CB, EB and DF. RGB value is (203,235,223). Sum of RGB (Red+Green+Blue) = 203+235+223=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBDF is #341420. Grayscale: #E0E0E0. Windows color (decimal): -3413025 or 14674891. OLE color: 14674891.

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

Color convert

RGB203235223-
CMYK0.1400.050.08
HSL157.5º44.44%85.88%-
HSV(B)157.5º13.62%92.16%-
XYZ67.6677.4481.19-
YUV224.06127.4112.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.71%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=30.71%
G=35.55%
B=33.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032352230.1400.050.08157.544.4485.88
HexCBEBDFE0589e2c56
Octal31335333716051023654126
Binary110010111110101111011111111001011000100111101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBDF; }

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

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

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

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

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

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

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

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