#CAEBDB

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

Shades of Mint Tulip #CAEBDB

Tints of Mint Tulip #CAEBDB

Color information

#CAEBDB (or 0xCAEBDB) is unknown color: approx Mint Tulip. HEX triplet: CA, EB and DB. RGB value is (202,235,219). Sum of RGB (Red+Green+Blue) = 202+235+219=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBDB is #351424. Grayscale: #DFDFDF. Windows color (decimal): -3478565 or 14412746. OLE color: 14412746.

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

Color convert

RGB202235219-
CMYK0.1400.070.08
HSL150.91º45.21%85.69%-
HSV(B)150.91º14.04%92.16%-
XYZ66.8577.0978.37-
YUV223.31125.57112.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=30.79%
G=35.82%
B=33.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352190.1400.070.08150.9145.2185.69
HexCAEBDBE078972d56
Octal31235333316071022755126
Binary110010101110101111011011111001111000100101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBDB; }

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

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

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

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

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

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

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

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