#CAEBDE

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

Shades of Mint Tulip #CAEBDE

Tints of Mint Tulip #CAEBDE

Color information

#CAEBDE (or 0xCAEBDE) is unknown color: approx Mint Tulip. HEX triplet: CA, EB and DE. RGB value is (202,235,222). Sum of RGB (Red+Green+Blue) = 202+235+222=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBDE is #351421. Grayscale: #DFDFDF. Windows color (decimal): -3478562 or 14609354. OLE color: 14609354.

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

Color convert

RGB202235222-
CMYK0.1400.060.08
HSL156.36º45.21%85.69%-
HSV(B)156.36º14.04%92.16%-
XYZ67.2577.2580.47-
YUV223.65127.07112.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=30.65%
G=35.66%
B=33.69%

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
Decimal2022352220.1400.060.08156.3645.2185.69
HexCAEBDEE0689c2d56
Octal31235333616061023455126
Binary110010101110101111011110111001101000100111001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBDE; }

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

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

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

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

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

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

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

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