#CBF1DE

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

Shades of Mint Tulip #CBF1DE

Tints of Mint Tulip #CBF1DE

Color information

#CBF1DE (or 0xCBF1DE) is unknown color: approx Mint Tulip. HEX triplet: CB, F1 and DE. RGB value is (203,241,222). Sum of RGB (Red+Green+Blue) = 203+241+222=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1DE is #340E21. Grayscale: #E3E3E3. Windows color (decimal): -3411490 or 14610891. OLE color: 14610891.

HSL color Cylindrical-coordinate representation of color #CBF1DE: hue angle of 150º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF1DE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB203241222-
CMYK0.1600.080.05
HSL150º57.58%87.06%-
HSV(B)150º15.77%94.51%-
XYZ69.2780.8881.07-
YUV227.47124.91110.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 222 (87.11% from 255) = 33.33%
R=30.48%
G=36.19%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032412220.1600.080.0515057.5887.06
HexCBF1DE10085963a57
Octal31336133620010522672127
Binary1100101111110001110111101000001000101100101101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1DE; }

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

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

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

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

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

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

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

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