#CAEBDD

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

Shades of Mint Tulip #CAEBDD

Tints of Mint Tulip #CAEBDD

Color information

#CAEBDD (or 0xCAEBDD) is unknown color: approx Mint Tulip. HEX triplet: CA, EB and DD. RGB value is (202,235,221). Sum of RGB (Red+Green+Blue) = 202+235+221=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBDD is #351422. Grayscale: #DFDFDF. Windows color (decimal): -3478563 or 14543818. OLE color: 14543818.

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

Color convert

RGB202235221-
CMYK0.1400.060.08
HSL154.55º45.21%85.69%-
HSV(B)154.55º14.04%92.16%-
XYZ67.1277.1979.77-
YUV223.54126.57112.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=30.70%
G=35.71%
B=33.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352210.1400.060.08154.5545.2185.69
HexCAEBDDE0689b2d56
Octal31235333516061023355126
Binary110010101110101111011101111001101000100110111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBDD; }

 p { color: rgb(202,235,221); }

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

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

 a { background-color: rgb(202,235,221); }

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

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

 span { border-color: rgb(202,235,221); }

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