#CAECDE

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

Shades of Mint Tulip #CAECDE

Tints of Mint Tulip #CAECDE

Color information

#CAECDE (or 0xCAECDE) is unknown color: approx Mint Tulip. HEX triplet: CA, EC and DE. RGB value is (202,236,222). Sum of RGB (Red+Green+Blue) = 202+236+222=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECDE is #351321. Grayscale: #E0E0E0. Windows color (decimal): -3478306 or 14609610. OLE color: 14609610.

HSL color Cylindrical-coordinate representation of color #CAECDE: hue angle of 155.29º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECDE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB202236222-
CMYK0.1400.060.07
HSL155.29º47.22%85.88%-
HSV(B)155.29º14.41%92.55%-
XYZ67.5477.8280.57-
YUV224.24126.74112.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=30.61%
G=35.76%
B=33.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022362220.1400.060.07155.2947.2285.88
HexCAECDEE0679b2f56
Octal3123543361606723357126
Binary11001010111011001101111011100110111100110111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECDE; }

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

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

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

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

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

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

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

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